New submission from Martin v. Löwis: IIUC, Python 3.3 is intended to support CaseFolding.txt. In
http://unicode.org/Public/UNIDATA/CaseFolding.txt U+00B5 maps to U+03BC. However, in 3.3.0b1 (80a1ae3a1b39), ascii('\u00b5'.lower()) gives '\xb5'. ---------- messages: 167515 nosy: benjamin.peterson, loewis priority: normal severity: normal status: open title: CaseFolding not working properly versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15562> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com