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 barry, christian.heimes, vstinner
Date 2008-10-27.14:14:39
SpamBayes Score 4.8473745e-09
Marked as misclassified No
Message-id <1225116880.65.0.507381910265.issue4213@psf.upfronthosting.co.za>
In-reply-to
Content
Converting to the lower case doesn't solve the problem: if the locale 
is "utf8" and Python checks for "utf-8", the optimization will fail. 
Another example: iso-8859-1, latin-1 or latin1?

A correct patch would be to get the most common name of the charset 
and make sure that Python C code always use this name.
History
Date User Action Args
2008-10-27 14:14:40vstinnersetrecipients: + vstinner, barry, christian.heimes
2008-10-27 14:14:40vstinnersetmessageid: <1225116880.65.0.507381910265.issue4213@psf.upfronthosting.co.za>
2008-10-27 14:14:39vstinnerlinkissue4213 messages
2008-10-27 14:14:39vstinnercreate