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 "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2006/09/08 21:30:26 UTC

[jira] Resolved: (XERCESJ-1176) org.apache.xerces.util.EncodingMap does not recognise Java-style encodings Cp1141-Cp1149

     [ http://issues.apache.org/jira/browse/XERCESJ-1176?page=all ]

Michael Glavassevich resolved XERCESJ-1176.
-------------------------------------------

    Fix Version/s: 2.8.1
       Resolution: Fixed

Good catch. I've just committed a fix to SVN.

> org.apache.xerces.util.EncodingMap does not recognise Java-style encodings Cp1141-Cp1149
> ----------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1176
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1176
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.8.0
>         Environment: all
>            Reporter: Bernhard Roider
>         Assigned To: Michael Glavassevich
>             Fix For: 2.8.1
>
>
> Java-style encodings Cp1141-Cp1149 cannot recognised using getJava2IANAMapping(..).
> The entries for those encodings in fJava2IANAMap are wrong. 
> fJava2IANAMap.put("Cp01140",     "IBM01140");
> ...
> ...
> fJava2IANAMap.put("Cp01149",     "IBM01149");
> change entries to:
> fJava2IANAMap.put("CP1140",     "IBM01140");
> ...
> ...
> fJava2IANAMap.put("CP1149",     "IBM01149");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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