You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/02 19:17:29 UTC

DO NOT REPLY [Bug 19603] New: - Property task with file attribute only suppoer ansi charset

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: dev@ant.apache.org
        ReportedBy: geb@263.net


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.