Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-659

EntityArrays typo: {"\u2122", "−"}, // minus sign, U+2212 ISOtech

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0
    • lang.text.*
    • 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

          Activity

            People

              sebb Sebb
              sebb Sebb
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: