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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]