[XML-SIG] [ pyxml-Bugs-503030 ] Not possible to set parseroutput charset

noreply@sourceforge.net noreply@sourceforge.net
Sun, 13 Jan 2002 09:51:18 -0800


Bugs item #503030, was opened at 2002-01-13 09:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=503030&group_id=6473

Category: xmlproc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Henrik Levkowetz (leoh)
Assigned to: Lars Marius Garshol (larsga)
Summary: Not possible to set parseroutput charset

Initial Comment:
I'm using PyXML with slashbox.py to fetch and display
rdf data. With the default parser settings, the output
of the parser is utf-8, and there's no way to set it
to anything else, (using e.g. set_data_charset() ), as
the call to parseFile() will reset the parser and the
character set.

I've put in a workaround by adding the output
character set as a second argument
to parseFile(), but that's a bit clunky.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=503030&group_id=6473