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.
|