-
Bug
-
Resolution: Duplicate
-
P3
-
8u112, 9
-
generic
-
generic
StringJava.cpp -- String::toJavaString -- NewStringUTF(utf8().data())
While converting from native WTF::String to Java string, Some of the characters are not converted.
This is leading to Multiple DRT failure failure, where actual results vary in different characters with expected.
e.g :
actual : expected
'ð' : '𝌌'
'ð' : '𐐀'
While converting from native WTF::String to Java string, Some of the characters are not converted.
This is leading to Multiple DRT failure failure, where actual results vary in different characters with expected.
e.g :
actual : expected
'ð' : '𝌌'
'ð' : '𐐀'
- duplicates
-
JDK-8165523 DRT test fast/parser/entities-in-xhtml.xhtml fails on MacOS
-
- Closed
-
-
JDK-8165909 JavaScript to Java String conversion is not correct
-
- Resolved
-