Marcin> I wonder what Java implementations do. Java-1.0 spec that I
Marcin> have does not address file encodings other than a modified
Marcin> UTF-8, but later Java versions have done something with that,
Marcin> right?

I'm not sure what you're asking.

Our Java implementation uses jchar (UTF-16?  Or is it UCS-2?  I always
get those confused) internally everywhere.  Conversions to other
encodings can be done by various I/O classes.  The default I/O
encoding is chosen in a platform-specific way.

Tom
-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/lists/

Reply via email to