Re: transcoding string with EUC-JP characters

2004-04-06 Thread P M S Prakash
Hi, > That's not true; XMLString::transcode uses the local > code page of your > machine, so if you are using a Japanese Unix machine > with the correct code > page installed, it should just work. When I tried to transcode, it was returning null. I tried in couple of systems and found the same

Re: transcoding string with EUC-JP characters

2004-04-06 Thread Alberto Massari
At 05.43 06/04/2004 -0700, P M S Prakash wrote: Hi all, How do I transcode string with EUC-JP characters? Since XMLString::transcode does not support non-english code pages, That's not true; XMLString::transcode uses the local code page of your machine, so if you are using a Japanese Unix machine

transcoding string with EUC-JP characters

2004-04-06 Thread P M S Prakash
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 transcod