|
|
|
|
|
by papercrane
1550 days ago
|
|
Internally strings will either be UTF-16, or if a string can be represented in LATIN-1 it may use a more compact representation. JEP400 is about I/O, previous to this change when you create something like a FileWriter without specifying the charset the platform default would be used. For a long time this has been recognized as a common foot gun, hence this change to a default that is more likely to be what the developer actually wants. |
|