STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue32354> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
