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 ezio.melotti, loewis, python-dev, skrah, vstinner
Date 2011-12-09.10:34:17
SpamBayes Score 1.6739399e-10
Marked as misclassified No
Message-id <1323426858.61.0.911558019607.issue13441@psf.upfronthosting.co.za>
In-reply-to
Content
I collected the locale list triggering the mbstowcs() bug thanks my previous commit:

 * hu_HU (ISO8859-2): character U+30000020
 * de_AT (ISO8859-1): character U+30000076
 * cs_CZ (ISO8859-2): character U+30000020
 * sk_SK (ISO8859-2): character U+30000020
 * pl_PL (ISO8859-2): character U+30000020
 * fr_CA (ISO8859-1): character U+30000020

Hum, the bug occurs maybe on all locales... I suppose that all "xx_XX" locales use an encoding different than UTF-8 and that the bug is specific to encodings different than UTF-8.

I don't understand why locale.strxfrm('à') doesn't crash anymore.
History
Date User Action Args
2011-12-09 10:34:18vstinnersetrecipients: + vstinner, loewis, ezio.melotti, skrah, python-dev
2011-12-09 10:34:18vstinnersetmessageid: <1323426858.61.0.911558019607.issue13441@psf.upfronthosting.co.za>
2011-12-09 10:34:18vstinnerlinkissue13441 messages
2011-12-09 10:34:17vstinnercreate