You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/22 00:58:56 UTC

DO NOT REPLY [Bug 14753] New: - encoding issues with serializer, samples, and test harness

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

encoding issues with serializer, samples, and test harness

           Summary: encoding issues with serializer, samples, and test
                    harness
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: grchiu@ca.ibm.com
        ReportedBy: grchiu@ca.ibm.com
                CC: xalan-dev@xml.apache.org


There are several encoding-related issues:

For a specific few encoding java-name/mime-name pairs, there are non-unique 
java-names. Propose to modify the Encodings.properties file format to account 
for this.

The test harness outputs results in the system's default encoding. On non-ASCII 
systems, this causes the tests to fail. Propose to modify harness to force UTF-
8 output.

On non-ASCII systems, samples output combinations of different encodings. 
Propose to force samples output into system's default encoding.