Message111765
There is also a locale normalization function in unicodeobject.c: normalize_encoding(). This function uses "if (ISUPPER(*e)) *l++ = TOLOWER(*e++);" which uses the Python, *locale-independent*, implementation of ctype.
We should maybe use the ISUPPER / TOLOWER in codecs.c.
Anyway, a function should be fixed, but I don't know which one :-) |
|
Date |
User |
Action |
Args |
2010-07-28 02:16:55 | vstinner | set | recipients:
+ vstinner, lemburg, jafo, pitrou, arnimar, jwilk, BreamoreBoy |
2010-07-28 02:16:54 | vstinner | set | messageid: <1280283414.82.0.778755034223.issue1813@psf.upfronthosting.co.za> |
2010-07-28 02:16:52 | vstinner | link | issue1813 messages |
2010-07-28 02:16:51 | vstinner | create | |
|