[issue12736] Request for python casemapping functions to use full not simple casemaps per Unicode's recommendation

Андрей Баксаляр report at bugs.python.org
Thu Mar 10 12:37:31 EST 2016


Андрей Баксаляр added the comment:

A same problem with the unicode case mapping is still present in the Python 3.4.3. You can repeat the bug with this code, for instance:

'ΰ'.upper().lower() == 'ΰ'

The case swapping is strangelly leads to character replacement:

b'\xce\xb0' → b'\xcf\x85\xcc\x88\xcc\x81'

----------
nosy: +Андрей Баксаляр
versions: +Python 3.4 -Python 3.3

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


More information about the Python-bugs-list mailing list