OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Characters having an ASCII value > 127

[ Lists Home | Date Index | Thread Index ]
  • From: "Michael Kay" <M.H.Kay@eng.icl.co.uk>
  • To: <xml-dev@ic.ac.uk>
  • 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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS