[issue17252] Latin Capital Letter I with Dot Above

Firat Ozgul report at bugs.python.org
Wed Feb 20 13:24:09 CET 2013


Firat Ozgul added the comment:

r.david.murray: '(...) because in 3.3 "\u0130".lower().upper() == "\u0130"'

Do you mean in Python 3.3 "\u0130".lower() returns "\u0130"?

If you are saying so, this is not the case, because in Python 3.3::

    >>> '\u0130'.lower()

    'i\u0307'

----------

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


More information about the Python-bugs-list mailing list