does anyone have equivalent code for codePointAt in java 1.4 ..?
thanks, vinayrajnish
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32651
4
posted
0
Do you mean the String#codePointAt method or similar? Those methods were introduced in Java5 because Unicode introduced glyphs requiring more than 16 bits to encode them. I don't think you will find that.
And I think you ought to have asked that elsewhere: anybody wish to move this topic, please?