Java source is whatever the platform encoding is (see file.encoding
system property) so the best thing is to avoid chars > 127 at all
(use \uxxxx instead) ... uh this won't work in this case as
these are comments. Maybe there's a workaround for special french characters (like ä = ae in german)
Recent javacs can be told to use any of the encodings known to the RT library. I think there is also a property file somewhere which can be used to define a default. Whether it is prudent to fiddle with these kind of settings is another matter.
And, uh, comment language is *english*, guys :-)
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]