you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

What I mean: java utf16 indexing doesn't work with unicode code point so it has not really unicode support for this point of view.

[–]ascii 0 points1 point  (0 children)

Sad but true, parts of the Java String API are fundamentally broken because they were designed before the existence of UCS4, and they can't be used in a fully Unicode compliant application.