Duplicate :
|
|
Duplicate :
|
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 '��������' : '𝌌' '����'���� : '𐐀'
|