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
Date 2011-02-24.15:30:52
SpamBayes Score 1.4806468e-05
Marked as misclassified No
Message-id <1298561454.43.0.304649761025.issue11303@psf.upfronthosting.co.za>
In-reply-to
Content
See also discussion on #5902.

Steffen, your normalization function looks similar to encodings.normalize_encoding, with just a few differences (it uses spaces instead of dashes, it divides alpha chars from digits).

If it doesn't slow down the normal cases (i.e. 'utf-8', 'utf8', 'latin-1', etc.), a more flexible normalization done earlier might be a valid alternative.
History
Date User Action Args
2011-02-24 15:30:54ezio.melottisetrecipients: + ezio.melotti, lemburg, jcea, belopolsky, eric.araujo, sdaoden
2011-02-24 15:30:54ezio.melottisetmessageid: <1298561454.43.0.304649761025.issue11303@psf.upfronthosting.co.za>
2011-02-24 15:30:52ezio.melottilinkissue11303 messages
2011-02-24 15:30:52ezio.melotticreate