DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31817>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31817 The Chinese Encoding Problem ------- Additional Comments From [EMAIL PROTECTED] 2004-10-22 02:56 ------- You *must* use native2ascii to convert resource files that are in a native encoding other than ISO-8859-1. It's not an option; see the Javadocs for the java.util.Properties class. Normally the conversion from a native encoding to ISO-8859-1 is performed as part of an application's build process. Note that Ant has a <native2ascii> task that you can easily use to do this, so it's not a big deal to make repeated changes to the resource files. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
