[issue4610] Unicode case mappings are incorrect

Martin v. Löwis report at bugs.python.org
Tue Dec 9 23:14:45 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

I have known this problem for years, and decided not to act; I don't
consider it an important problem. Implementing it properly is
complicated by the fact that some of the case mappings are conditional
on the locale.

If you consider it important, please submit a patch.

I'd rather see efforts put into an integration of ICU, which should
solve this problem and many others with Python's locale support.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4610>
_______________________________________


More information about the Python-bugs-list mailing list