From: "Michael Mealling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 05, 2001 7:54 PM
Subject: Re: serializing XML to a ServletOutputStream fails

> P.S. I've also posted this problem to HotDispatch so if you
> can help me solve the problem you could get $50... ;-)

>        response.setContentType("text/xml; charset=UTF-8");

Could you try following code instead of this?

       response.setContentType("text/xml; charset=8859_1");
-------------------------------------
takashi



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

Reply via email to