DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19603>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19603 Property task with file attribute only suppoer ansi charset Summary: Property task with file attribute only suppoer ansi charset Product: Ant Version: 1.5.3 Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Property task with file attribute only suppoer ansi charset, if specified property file contains chars of other charset in name or value, such as UTF- 8,GB2312,etc., the property name or value is incorrect. i saw the source of Property.java, it is caused in loadFile(File file), it uses Properties.load (InputStream in) to load properties, and it doesn't other charset encodings.