You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/11/08 14:26:33 UTC

DO NOT REPLY [Bug 4738] New: - Encoding and Microsoft's VM

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

Encoding and Microsoft's VM

           Summary: Encoding and Microsoft's VM
           Product: Xerces-J
           Version: 1.4.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: m.sola@seeburger.es


I recently upgraded to Xerces 1.4.3. The previous version did work with 
Microsoft VM, however the new one does not work  when the XML document contains:
"ISO-8859-1".

I don't know if this is meant to be so, or it is a bug.

The reason is that the previous version of Xerces converted "ISO-8859-1" 
to "8859_1" before calling new InputStreamReader(...)

However the 1.4.3 version converts "ISO-8859-1" to "ISO8859_1" which is not 
working on Microsoft's VM.

the conversion is made in class MIME2Java.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org