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 ezio.melotti
Recipients belopolsky, eric.araujo, ezio.melotti, jcea, lemburg, sdaoden, vstinner
Date 2011-02-24.16:43:39
SpamBayes Score 3.910137e-09
Marked as misclassified No
Message-id <1298565819.8.0.0177119956545.issue11303@psf.upfronthosting.co.za>
In-reply-to
Content
> That won't work, Victor, since it makes invalid encoding
> names valid, e.g. 'utf(=)-8'.

That already works in Python (thanks to encodings.normalize_encoding).
The problem with the patch is that it makes names like 'iso88591' valid.
Normalize to 'iso 8859 1' should solve this problem.
History
Date User Action Args
2011-02-24 16:43:39ezio.melottisetrecipients: + ezio.melotti, lemburg, jcea, belopolsky, vstinner, eric.araujo, sdaoden
2011-02-24 16:43:39ezio.melottisetmessageid: <1298565819.8.0.0177119956545.issue11303@psf.upfronthosting.co.za>
2011-02-24 16:43:39ezio.melottilinkissue11303 messages
2011-02-24 16:43:39ezio.melotticreate