Message174948
> 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. |
|
| Date |
User |
Action |
Args |
| 2012-11-05 23:12:29 | vstinner | set | recipients:
+ vstinner, chris.jerdonek, serhiy.storchaka |
| 2012-11-05 23:12:29 | vstinner | set | messageid: <[email protected]> |
| 2012-11-05 23:12:29 | vstinner | link | issue16414 messages |
| 2012-11-05 23:12:29 | vstinner | create | |
|