mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
space symbol
This commit is contained in:
parent
8d774b6e7c
commit
316b5670c5
@ -306,5 +306,7 @@ HTML_SYMBOLS = {
|
|||||||
u'ý' : ['ý', 'ý'], # latin small letter y with acute
|
u'ý' : ['ý', 'ý'], # latin small letter y with acute
|
||||||
u'þ' : ['þ', 'þ'], # latin small letter thorn
|
u'þ' : ['þ', 'þ'], # latin small letter thorn
|
||||||
u'ÿ' : ['ÿ', 'ÿ'], # latin small letter y with diaeresis
|
u'ÿ' : ['ÿ', 'ÿ'], # latin small letter y with diaeresis
|
||||||
|
# More
|
||||||
|
u' ' : [' '],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user