>
> Maybe you should not use character set "UTF-8". I remember
> that it's 8-bit Unicode. As I know, Chinese and Korean has
> 16-bit code. So at least, you should try 16-bit Unicode.
> I forgot the name, maybe it's "UTF-16". But I'm not sure if
> JDK have fully support to "UTF-16".
UTF8 is ok - it means ASCII characters are encoded with one byte,
non-ASCII with more bytes. AFAIK JDK supports both UTF8 and UTF16, I'm not
sure about browsers.
In any case, the problem shouldn't be that.
Please check a simpler case, without the xml serializer.
--
Costin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]