STINNER Victor <victor.stin...@gmail.com> added the comment:

Py_UNICODE_TOLOWER / Py_UNICODE_TOUPPER *API* doesn't respect the latest 
Unicode standard. For example, it doesn't support this operation:

>>> "ß".upper()
'SS'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to