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 vstinner
Recipients amaury.forgeotdarc, hdima, orsenthil, vstinner
Date 2008-10-14.12:20:41
SpamBayes Score 2.4729145e-06
Marked as misclassified No
Message-id <1223986842.26.0.408266732111.issue3714@psf.upfronthosting.co.za>
In-reply-to
Content
Ok for UTF-8 which is a superset of ASCII and raise an error when 
trying to decode Latin1 or KOI-8.

> You need to have a possibility to change encoding after object 
creation

If you share a connection for the different groups, you will have to 
take care of the side effets of set_encoding(). But if you consider 
that set_encoding() is a must-have, ok, forget my patch (because using 
makefile(), it's not possible to change the charset) ;-)
History
Date User Action Args
2008-10-14 12:20:42vstinnersetrecipients: + vstinner, hdima, amaury.forgeotdarc, orsenthil
2008-10-14 12:20:42vstinnersetmessageid: <1223986842.26.0.408266732111.issue3714@psf.upfronthosting.co.za>
2008-10-14 12:20:41vstinnerlinkissue3714 messages
2008-10-14 12:20:41vstinnercreate