[Expat-bugs] [ expat-Bugs-625156 ] iso-8859-1 support not working?

noreply@sourceforge.net noreply@sourceforge.net
Fri, 18 Oct 2002 06:29:54 -0700


Bugs item #625156, was opened at 2002-10-18 04:45
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=625156&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: iso-8859-1 support not working?

Initial Comment:
libversion: expat-1.95.5
os: FreeBSD 4.6-STABLE

I've run into problems when using a xml-document with
encoding defined to "iso-8859-1" as:
<?xml version="1.0" encoding="iso-8859-1"?>	

The document gets processed ok, but some of the
characters, special to this encoding, gets transformed
to garbage in the output.


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2002-10-18 06:29

Message:
Logged In: NO 

This is because Expat outputs UTF-8 encoded text.  You need to convert 
the output to iso-8859-1 yourself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=625156&group_id=10127