jerakeen.org

links by Tom Insam

notes☴

code☷

links☲

photos☵

8.9. unicodedata — Unicode Database — Python v2.6.2 documentation

created 03 June 2009 in links tagged python and unicode.

Two python unicode strings in different normalization formats aren’t considered identical by the Python interpreter (pre 3000, anyway. Don’t know about post). This is annoying. At least there’s a core language module for converting strings between normalized forms.