New submission from Kadam Parikh <[email protected]>:
When converting a particular UTF-8 character "İ" to lowercase, it doesn't
behave correctly. It returns two lowercase characters instead of one. This is
not as desired.
Code:
>>> print("\u0130")
İ
>>> print("\u0130".lower())
i̇
>>>
----------
components: Unicode
messages: 340563
nosy: Kadam Parikh, ezio.melotti, vstinner
priority: normal
severity: normal
status: open
title: str.lower() looses character information when working with UTF-8
type: behavior
versions: Python 3.6
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com