Hi,

 

I am able to write a unicode character to my XML file but I am unable to read it.

 

 

I read using this code and xmlval = “”

 

 

n = node->getFirstChild()->getNodeValue();

xmlval = xercesc::XMLString::transcode(n);     

 

If the character(s) written are not Unicode there are no problems.

 

Any ideas appreciated,

Thanks,

Enda

 

Reply via email to