U+180E not recognized as whitespace by Joni

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: 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).

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

                Created:
                Updated:
                Resolved: