On 1/27/04 10:20 PM Michael Serero <[EMAIL PROTECTED]> wrote:

> Nelson,
> 
> Thanks for your reply. Do you have any suggestion on how to convert CP1252
> to UTF-8?
> 
> I have tried something along the following lines:
> 
> String myString = "The CP1252 string";
> Charset cs = Charset.forName("UTF-8");
>     context.writeSafeString(new String(cs.encode(myString).array()));
> 
> But it did not work for me.

Since the character problem occurs on the server side, what is your client?
If you use axis client side you shouldn't have problems, but you may better
use a nightly snapshot.

Jens

Reply via email to