Hi all,

How do I transcode string with EUC-JP characters?
Since XMLString::transcode does not support
non-english code pages, I wanted to use ICU
transcoder, I could not find any examples in using ICU
transcoding.

I tried to use UnicodeString to represent the japanese
string, but the XML transcoder does not accept this
datatype. 

UnicodeString str("テスト");

XMLCh* value = XMLString::transcode(str);

I could not find any ICU transcoder. Is there one? How
to use them.

Also, I am encoding an xml document using Base64
encoding, which returns XMLByte. How do I convert them
to char, as I need to send them to a web service thro'
soap.

Any inputs on this will be of great help.

Regards
Prakash

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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

Reply via email to