STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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 :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1813>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to