[ 
https://issues.apache.org/jira/browse/LANG-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved LANG-659.
-----------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Fixed

> 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.

Reply via email to