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

noreply@sourceforge.net noreply@sourceforge.net
Thu Nov 7 21:42:55 2002


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

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
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: Karl Waclawek (kwaclaw)
Date: 2002-11-07 16:42

Message:
Logged In: YES 
user_id=290026

This does not seem to be a bug.

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

Comment By: Nobody/Anonymous (nobody)
Date: 2002-10-18 09: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