I noticed that the JVM, by default, provides the following system
properties:
file.encoding=MacRoman
sun.jnu.encoding=MacRoman
In this day and age, I'm surprised Mac OS X's Java isn't UTF-8
already. But I'd like to set the encoding for ALL jvms instantiated,
regardless of how (via java, or javac calls, or as applet containers,
etc), to utf-8 (assuming no command-line parameters are supplied to
override the system-wide default).
Is there a file somewhere that I can modify to change this? Or is it
hard-coded in the JVM code itself?
Thanks!
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden