Java Unicode encoding
Posted
by Marcus
on Stack Overflow
See other posts from Stack Overflow
or by Marcus
Published on 2010-03-28T13:42:40Z
Indexed on
2010/03/28
13:53 UTC
Read the original article
Hit count: 379
A Java char
is 2 bytes (max size of 65,536) but there are 95,221 Unicode characters. Does this mean that you can't handle certain Unicode characters in a Java application?
Does this boil down to what character encoding you are using?
© Stack Overflow or respective owner