M
Meal
I put a chinese character into the XML file, and use
const XMLCh* xvalue = personNoteNode->getFirstChild()->getNodeValue()
to get the string.
The begining of the string is English, and in the memory they are
correctly represented as wide chars.
But the last Chinese character is represented as "3f00", which is a
wide '?'.
So the information has been lost after this statement, I think.
System is windows XP pro, and Chinese characters can be correctly
displayed in other applications.
const XMLCh* xvalue = personNoteNode->getFirstChild()->getNodeValue()
to get the string.
The begining of the string is English, and in the memory they are
correctly represented as wide chars.
But the last Chinese character is represented as "3f00", which is a
wide '?'.
So the information has been lost after this statement, I think.
System is windows XP pro, and Chinese characters can be correctly
displayed in other applications.