Hi!

I have a problem with my swedish characters. It seems that DOMString do not 
accept them. If I do like this:

DOMString dom_str = DOMString::transcode(str);
printf("dom_str=%s\n", dom_str.transcode());

Assuming "str" contains swedish characters, the dom_str end up empty. What am 
I doing wrong. I have tried to use setlocale(LC_ALL, "ISO-8859-1") but it 
works no better.

Everything else works just fine, as long as I don't use any swedish 
characters.

Can someone help me with this, please.

I use version 1.7.0 of Xerces-C on Red Hat Linux 7.3.

Best regards,
Tobias Blomberg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to