Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8138758

U+180E not recognized as whitespace by Joni

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • core-libs
    • None
    • b85
    • generic
    • generic

        U+180E (Mongolian vowel separator) is no longer recognized as whitespace by Joni, causing two tests in test262 to fail. This is probably caused by JDK-8032446.

        It's a bit unclear whether U+180E should be considered as whitespace. ES5 just refers to Unicode:

        http://es5.github.io/#WhiteSpace

        In case we do want to fix this, the easiest way would be to add a special case in joni.EncodingHelper.isCodeCType (we already have a special case for U+FEFF (BOM) there).

              hannesw Hannes Wallnoefer
              hannesw Hannes Wallnoefer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: