[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Michael Kay" <M.H.Kay@e...>
  • To: <xml-dev@i...>
  • Date: Fri, 18 Sep 1998 14:05:08 +0100


>imagine a plain text file which I want to markup using XML.
Now it could be
>that there are characters in this file whose ASCII value is
greater than
>127 (in PCDATA sections).


If your file contains a code higher than 127 then it is not
ASCII -- ASCII stops at 127.

For example, it might be ISO 8859-1 (the code that Microsoft
refer to as "ANSI"). Many XML parsers will accept a file
containing characters from 8859-1 if you use an encoding
declaration at the start of the file:

<?xml encoding='ISO-8859-1'?>

However, the only encodings that XML parsers are obliged to
accept are the UTF-8 and UTF-16 encodings of ISO 10646
(informally, Unicode).

Mike Kay


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member