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 ygale
Recipients ygale
Date 2008-02-24.14:18:28
SpamBayes Score 0.07059762
Marked as misclassified No
Message-id <1203862709.16.0.350903771401.issue2174@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. When getSourceEncoding() is None, there needs to be some
way for the parser to distinguish between the cases where it
is getting pre-decoded Unicode through a character stream,
or where it is getting a byte stream with an unspecified
encoding. In the latter case, it will have to look in the
XML for an encoding declaration, or use UTF-8 by default).

Note that expat only can handle the latter case.
History
Date User Action Args
2008-02-24 14:18:29ygalesetspambayes_score: 0.0705976 -> 0.07059762
recipients: + ygale
2008-02-24 14:18:29ygalesetspambayes_score: 0.0705976 -> 0.0705976
messageid: <1203862709.16.0.350903771401.issue2174@psf.upfronthosting.co.za>
2008-02-24 14:18:28ygalelinkissue2174 messages
2008-02-24 14:18:28ygalecreate