-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b85
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142304 | emb-9 | Hannes Wallnoefer | P4 | Resolved | Fixed | team |
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).
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).
- backported by
-
JDK-8142304 U+180E not recognized as whitespace by Joni
-
- Resolved
-