[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Language declaration question
- From: David Carlisle <davidc@nag.co.uk>
- To: Doug.Hewko@ccra-adrc.gc.ca
- Date: Fri, 31 Aug 2001 12:41:28 +0100
> Out of curiousity, when you specify an encoding value in a XML document,
> where does the XML processor obtain the encoding values from? Would the
> processor return an error, automatically download the encoding value, or
> does it come already with every known encoding value? (I have difficulty
> believing the latter.)
The xml spec is fairly clear on that:
Every XML parser has to accept utf8 and utf16. The use of any other
encoding might be met with a fatal error.
A parser may have some method of loading encoding descriptions or it may
not, it's all system dependent. Moral of the story: use UTF8/16 if you
want your file to be maximally portable.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.