You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Andy Clark <an...@apache.org> on 2003/11/17 19:11:00 UTC

Re: Parsing/Writing Chinese Characters

Tejbir Singh wrote:
> *<?xml version="1.0" encoding="Big5" ?>*
> *<Invoice>«H¥Î¥d</Invoice>*
>  
> O/P : "????"

How are you producing the output? Are you using
an encoder that knows how to encode Chinese chars?
For that matter, are you allowing the parser to
pick the appropriate decoder or are you using a
Reader with the wrong encoding or no encoding?

Some sample code demonstrating how you are parsing
the document and also writing it would be helpful.

-- 
Andy Clark * andyc@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org