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 "Bernhard Roider (JIRA)" <xe...@xml.apache.org> on 2006/08/08 18:05:14 UTC

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

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
         Environment: all
            Reporter: Bernhard Roider


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


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

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ 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


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

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1176?page=all ]

Michael Glavassevich updated XERCESJ-1176:
------------------------------------------

    Affects Version/s: 2.8.0

> 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
>
> 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


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

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1176?page=all ]

Michael Glavassevich reassigned XERCESJ-1176:
---------------------------------------------

    Assignee: Michael Glavassevich

> 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
>
> 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