[issue12737] str.title() is overzealous by upcasing combining marks inappropriately

Irit Katriel report at bugs.python.org
Sun Oct 25 18:43:06 EDT 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

Of the examples given two seem ok now, but the Istanbul one is still wrong:

>>> "déme un café".title()
'Déme Un Café'
>>> "ᾲ στο διάολο".title()
'Ὰͅ Στο Διάολο'
>>>

>>> "i̇stanbul".title()
'İStanbul'

----------
nosy: +iritkatriel
versions: +Python 3.10, Python 3.9 -Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list