I've got an xml file the contains some Hebrew characters instead of English. 
I made sure that i saved the file in UTF-8 encoding (using VS.Net), and i
also added an xml deceleration line with the encoding attribute set to
UTF-8.

when i parse the xml, i get an XMLCh* that contains my Hebrew characters,
and when i browse it's value in the debugger, i can see the actuall Hebrew
characters. However, when i try to convert the XMLCh* to a std::string using
the "transcode" method, my string is filled with "????" characters instead
of Hebrew.

I'm completely stuck right now, and any idea would be helpful.
Thanks
-- 
View this message in context: 
http://www.nabble.com/Converting-XMLCh*-to-std%3A%3Astring-with-encoding-tf4807661.html#a13755245
Sent from the Xerces - C - Users mailing list archive at Nabble.com.

Reply via email to