padding
This commit is contained in:
parent
911579ce9e
commit
800c7a96b3
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue