What exactly do you mean when you say "Unicode"? It seems that you think that Java uses only U+0000 .. U+FFFF (the "basic multilingual plane", also known as UCS-2). As far as I know, this was true in the past, but this restriction has changed in the meantime. Nowadays, Java uses the full Unicode character set.
But rather awkwardly and incompletely. Is there a replacement for java.lang.Character, which only handles 16-bit 'char' values?
--
--Per Bothner
[EMAIL PROTECTED] http://per.bothner.com/
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath