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 chris.jerdonek, serhiy.storchaka, vstinner
Date 2012-11-05.23:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> If NONASCII is None I suggest the followed fallback code

I prefer to not "brute force" Unicode because it would slow down any test, even tests not using FS_NONASCII. I wrote attached brute.py script to compute an exhaustive list of non-ASCII characters encodable to "any" locale encoding. My locale encoding list is not complete, but it should be enough for our purpose. The list can be completed later.
History
Date User Action Args
2012-11-05 23:12:29vstinnersetrecipients: + vstinner, chris.jerdonek, serhiy.storchaka
2012-11-05 23:12:29vstinnersetmessageid: <[email protected]>
2012-11-05 23:12:29vstinnerlinkissue16414 messages
2012-11-05 23:12:29vstinnercreate