R
Roedy Green
To what extent can you ignore the foreign language problem for
entering data into Java?
do the OS keyboard drivers and Unicode handle everything?
What about Hebrew, right to left. Do the Strings read right to left
too?
What about Arabic which has 2D placement and all kinds of special
forms for the glyphs. Do the fonts contain enough information that you
just string the unicode chars together and it renders plausibly?
Has anyone any experience with languages that don't use the Roman
alphabet?
If something strange is required, how the heck do you write code
without being able to tell if the results are correct? Are there some
test strings?
entering data into Java?
do the OS keyboard drivers and Unicode handle everything?
What about Hebrew, right to left. Do the Strings read right to left
too?
What about Arabic which has 2D placement and all kinds of special
forms for the glyphs. Do the fonts contain enough information that you
just string the unicode chars together and it renders plausibly?
Has anyone any experience with languages that don't use the Roman
alphabet?
If something strange is required, how the heck do you write code
without being able to tell if the results are correct? Are there some
test strings?