Re: Does XHTML support Chinese character set

YANG,JI-FENG (HP-China,ex2) wrote:
> Hello,
> 
> I have a question:
> 
> Does XHTML support Chinese character set such as GB2312 and BIG5, which can
> be two bytes, three bytes and four bytes?

As XHTML is an XML application, character set issues solely depend on 
the capabilities of your XML processor. From an XML point of view, 
*every* character set is supported. Just your XML processor (i.e. your 
browser) has to support it. Most processors should support the several 
UTF encodings, so it's probably best to write in UTF-16 or so.

Received on Tuesday, 5 November 2002 05:40:26 UTC