I have some characters from the Unicode Extension B Chinese/Japanese/Korean set in my XML:
𠀀𠀁𠀂𠀃𠀄𪛔𪛕𪛖
But when I use streamReader.getText() it returns:
ࠀ
Does anyone know if Java's XMLStreamReader's encoding scheme for unicode characters can be changed?
It works with common East Asian characters, just not with the ones in Unicode Extension B.
XMLStreamReader? What doXMLStreamReader#getEncoding()andXMLStreamReader#getCharacterEncodingScheme()return? What encoding is the XML actually stored with?