| changeset 74 | 85f7f99c044c |
| parent 72 | ba8ebabbaece |
| child 111 | ceb381f5b0c7 |
--- a/web/hdabo/utils.py Fri Jul 08 12:09:59 2011 +0200 +++ b/web/hdabo/utils.py Fri Jul 08 13:31:34 2011 +0200 @@ -345,4 +345,4 @@ return u"".join([c for c in nkfd_form if not unicodedata.combining(c)]) def normalize(str): - return remove_accents(str).lower() + return remove_accents(str).lower().replace(u"œ",u"oe")