XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] Error: "Invalid byte 1 of 1-byte UTF-8 sequence" ?

> Unfortunately I am getting an execption:
> 
> "Invalid byte 1 of 1-byte UTF-8 sequence" 
> 
> What's wrong?

What's wrong is that the document is claiming to be encoded in UTF-8 (either
by saying encoding="utf8" in the XML declaration, or by saying nothing), and
it is lying - it is actually in some other encoding, perhaps iso8859-1 or
cp1252.

If the document was hand-edited, and if you're located in North America or
Western Europe, then there's a very good chance that the encoding is
iso8859-1, so change the XML declaration to say so. Alternatively, look for
non-ASCII characters, and replace them by numeric character references.

Michael Kay
http://www.saxonica.com/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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

Copyright 1993-2007 XML.org. This site is hosted by OASIS