Quote:
Originally Posted by Matthijs
You should REALLY make sure the manifest.xml files are using UTF-8 encoding. I thought that Java is fully unicode internally anyway? The problem is not that the characters are not supported by UTF-8, the XML file is written using the wrong character encoding.
|
Yes you can easily support UTF-8 in Java, it should be quite simple to correct this bug.