I have a question regarding the XStr class in CreateDOMDocument. // --------------------------------------------------------------------------- // This is a simple class that lets us do easy (though not terribly efficient) // trancoding of char* data to XMLCh data. // --------------------------------------------------------------------------- class XStr ...
Can I expect from the XMLString::transcode method that it translate umlaute like ä,ß,Ö in a correct XMLChar ? I changed the string "Apache Software Foundation" in the sample code to "Äpache Software Foundation" and the result is that the string disappears in the output. from: <developedBy>Apache Software Foundation</developedBy> to : <developedBy/> I tried to use a XML88591Transcoder instance in conjunction with TranscodeFrom, but the same result. My $LANG environment variable is set to "de_DE@euro", I set it to "de_DE" and compiled the application new, but the same result again. What is a straightforward way to do this ? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]