|
Need the equivalent of codePointAt, but for version 1.4.2
I need to get the Unicode code point of characters, but the program has to run on a Windows server that only runs version 1.4.2 of Java.
How do I do that?
It seems terribly complicated...
Do you have a ready method for that?
/Harald
|