Christian Geisert wrote:
Olivier Crameri wrote:
<snip/>
Here is an example of non working accents:
handler.element("accents", "��� ���");
I don't understand why it doesn't work. I already double-checked that my java class is well encoded in utf-8.
This might be the problem. The encoding of the java source must match your file.encoding (See System.getProperties())
Yes your java compiler will need to be told what encoding your source files are in, if they differ from the platform default.
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
