mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
77629c9fdb
commit
7e3e206779
@ -3228,9 +3228,9 @@ Author '{0}':
|
|||||||
# Hack to force the cataloged leading letter to be
|
# Hack to force the cataloged leading letter to be
|
||||||
# an unadorned character if the accented version sorts before the unaccented
|
# an unadorned character if the accented version sorts before the unaccented
|
||||||
exceptions = {
|
exceptions = {
|
||||||
u'??':u'A',
|
u'Ä':u'A',
|
||||||
u'??':u'O',
|
u'Ö':u'O',
|
||||||
u'??':u'U'
|
u'Ü':u'U'
|
||||||
}
|
}
|
||||||
|
|
||||||
if key is not None:
|
if key is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user