Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.