[issue4610] Unicode case mappings are incorrect

Alexander Belopolsky report at bugs.python.org
Mon Jun 24 01:56:10 CEST 2013


Alexander Belopolsky added the comment:

It looks like at least the OP issue has been fixed in #12736:

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

----------
resolution:  -> out of date
status: open -> closed
superseder:  -> Request for python casemapping functions to use full not simple casemaps per Unicode's recommendation

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


More information about the Python-bugs-list mailing list