Re: [xml] libxml 2.2.0 xmlParseMemory bug

Date view Thread view Subject view Author view

From: David Kågedal (davidk@lysator.liu.se)
Date: Fri Jul 21 2000 - 08:09:25 EDT


davidk@lysator.liu.se (David Kågedal) writes:

> Someone else noticed that xmlParseMemory got character encodings
> wrong, and I can only confirm this.
>
> I have the following small XML document:
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <test att="räka">ohåj <börje/></test>
>
> And the attached program which tries both xmlParseFile and
> xmlParseMemory, and fails on the latter. The output is also attached.

Oops, I seem to have included the wrong file. Here it is instead:

- From file
encoding: iso-8859-1
charset: 1
- From memory
Entity: line 1: error: xmlSwitchEncoding : no input
<?xml version="1.0" encoding="iso-8859-1"?>
                                         ^
Entity: line 2: error: Input is not proper UTF-8, indicate encoding !
<test att="räka">ohåj <börje/></test>
            ^
Entity: line 2: error: Bytes: 0xE4 0x6B 0x61 0x22
<test att="räka">ohåj <börje/></test>
            ^
encoding: iso-8859-1
charset: 10

-- 
David Kågedal

---- Message from the list xml@xmlsoft.org Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:30:24 EDT