This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark
Recipients benjamin.peterson, mark
Date 2008-03-15.17:52:03
SpamBayes Score 0.2623625
Marked as misclassified No
Message-id <1205603524.76.0.262645294875.issue2278@psf.upfronthosting.co.za>
In-reply-to
Content
You're right that the parser should not recognise "utf8" since it isn't
correct XML (as per the references you gave).

I made the mistake because I used the etree module and wrote an XML file
with encoding "utf8" which etree accepted. I've now switched to using
"UTF-8".
History
Date User Action Args
2008-03-15 17:52:05marksetspambayes_score: 0.262363 -> 0.2623625
recipients: + mark, benjamin.peterson
2008-03-15 17:52:04marksetspambayes_score: 0.262363 -> 0.262363
messageid: <1205603524.76.0.262645294875.issue2278@psf.upfronthosting.co.za>
2008-03-15 17:52:04marklinkissue2278 messages
2008-03-15 17:52:03markcreate