Axel, I don't understand, if I can write this Unicode character then why can I not read it.
Enda Original Message ---------------- 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. -----Original Message----- From: Axel Weiß [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 18:04 To: [email protected] Cc: Mannion, Enda Subject: Re: Reading UNICODE string Mannion, Enda wrote: > If the character(s) written are not Unicode there are no problems. Mannion, if the character has no representation in your local codepage, you cannot transcode it. HTH, Axel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
