Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
Description
EntityArrays typo in HTML40_EXTENDED_ESCAPE:
{"\u2122", "−"}, // minus sign, U+2212 ISOtech
should be
{"\u2212", "−"}, // minus sign, U+2212 ISOtech
as is obvious from the comment and the position in the list.
Attachments
Issue Links
- is duplicated by
-
LANG-705 StringEscapeUtil generate wrong output for some entities
- Closed