StringEscapeUtil generate wrong output for some entities
--------------------------------------------------------

                 Key: LANG-705
                 URL: https://issues.apache.org/jira/browse/LANG-705
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.text.translate.*
    Affects Versions: 3.x
            Reporter: Dongyue Mou


The entities such as "äöüÄÖÜß" are not correctly encoded in the 
org.apache.commons.lang3.text.translate.EntityArrays. E.g. "ä" is encoded as 
"00E4" according to the ISO-8859-1 standard, but is assigned to "00E5" in the 
class EntityArrays.
The consequence is, that StringEscapeUtil can not produce correct output.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to