[New-bugs-announce] [issue5828] Invalid behavior of unicode.lower

Jarek Sobieszek report at bugs.python.org
Fri Apr 24 12:39:59 CEST 2009


New submission from Jarek Sobieszek <j.sobieszek at neo.pl>:

u'\u1d79'.lower() returns u'\x00'

I think it should return u'\u1d79', at least according to my
understanding of UnicodeData.txt (the lowercase field is empty).

----------
components: Unicode
messages: 86400
nosy: jarek
severity: normal
status: open
title: Invalid behavior of unicode.lower
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list