detecting character set of an XML doc
Matthew Sergeant (EML)
Matthew.Sergeant at eml.ericsson.se
Thu Jun 17 13:18:43 BST 1999
> -----Original Message-----
> From: Dirk Germonpre [SMTP:dirkg at tectrade.be]
>
> Hello,
>
> If I'm writing an XML tool, how can I detect what character set is used
> for
> an XML document? I've read that for UTF-16, an encoding signature (xFEFF)
> is used at the beginning of the document. Is there a different encoding
> signature for each character set?
>
Not each "character set" - but each encoding, yes. They all exhibit
different binary signatures, otherwise they would be the same... :)
> If so, where can I find documentation on this?
You can start with the XML spec, appendix B (I think it's B)
contains some brief information. Or John Cowan posted a C decoder which
detected the most common ones, or you can find my perl Apache module on
CPAN, which detects the character sets and encoding.
Matt.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list