This commit is contained in:
j 2011-10-11 21:30:43 +02:00
commit 800c7a96b3
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ def sort_string(string):
def sort_title(title):
#title = title.replace(u'Æ', 'Ae')
title = title.replace(u'Æ', 'Ae')
if isinstance(title, str):
title = unicode(title)
title = sort_string(title)