Y
Hacker News
new
|
ask
|
show
|
jobs
by
sorokod
3581 days ago
Note that internally Java represents strings as utf-16
1 comments
grandinj
3580 days ago
Depends. The API for strings in java is mostly UTF16 but the latest JVM will magically use UTF8 as its internal representation.
link
pjmlp
3580 days ago
Only the Oracle one, it doesn't apply to other vendors.
link