[
https://issues.apache.org/jira/browse/LANG-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated LANG-659:
----------------------
Description:
EntityArrays typo in HTML40_EXTENDED_ESCAPE:
{noformat}
{"\u2122", "−"}, // minus sign, U+2212 ISOtech
{noformat}
should be
{noformat}
{"\u2212", "−"}, // minus sign, U+2212 ISOtech
{noformat}
as is obvious from the comment and the position in the list.
was:
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.
> EntityArrays typo: {"\u2122", "−"}, // minus sign, U+2212 ISOtech
> -----------------------------------------------------------------------
>
> Key: LANG-659
> URL: https://issues.apache.org/jira/browse/LANG-659
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.text.*
> Affects Versions: 3.0
> Reporter: Sebb
> Assignee: Sebb
> Fix For: 3.0
>
>
> EntityArrays typo in HTML40_EXTENDED_ESCAPE:
> {noformat}
> {"\u2122", "−"}, // minus sign, U+2212 ISOtech
> {noformat}
> should be
> {noformat}
> {"\u2212", "−"}, // minus sign, U+2212 ISOtech
> {noformat}
> as is obvious from the comment and the position in the list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.