[issue46264] 'I'.lower() should give non dotted i for LANG=tr_TR

Serhiy Storchaka report at bugs.python.org
Wed Jan 5 06:16:13 EST 2022


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

If you are looking for case-insensitive string comparison, look at locale.strcoll() and locale.strxfrm(). They are locale-aware.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46264>
_______________________________________


More information about the Python-bugs-list mailing list