mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:33:42 +02:00
...
This commit is contained in:
parent
77629c9fdb
commit
7e3e206779
1 changed files with 3 additions and 3 deletions
|
|
@ -3228,9 +3228,9 @@ def establish_equivalencies(self, item_list, key=None):
|
|||
# Hack to force the cataloged leading letter to be
|
||||
# an unadorned character if the accented version sorts before the unaccented
|
||||
exceptions = {
|
||||
u'??':u'A',
|
||||
u'??':u'O',
|
||||
u'??':u'U'
|
||||
u'Ä':u'A',
|
||||
u'Ö':u'O',
|
||||
u'Ü':u'U'
|
||||
}
|
||||
|
||||
if key is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue