Then that is about the tool you use when creating / modifying the
source file. Set it to use UTF-8 and be done with it. If needed
force javac to use a particular encoding by supplying the -encoding
parameter.
You're missing the point. The WHOLE POINT is to NOT have to specify -
encoding this every time. It's too easy to forget to do, just as it's
too easy to get a file that defaults to MacRoman. In general, it's
easier (on the Mac) to set the default encoding in the various
programmers' text editors, but Java still won't behave correctly if
it's expecting MacRoman.
--
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