mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Conversion: Add the double low quote to list of characters that are converted to ascii. Fixes #1152207 (low double quote missing in unsmarten proc)
This commit is contained in:
parent
02332ca488
commit
3a58a0fab7
@ -20,12 +20,15 @@ _mreplace = MReplace({
|
|||||||
'…': '...',
|
'…': '...',
|
||||||
'“': '"',
|
'“': '"',
|
||||||
'”': '"',
|
'”': '"',
|
||||||
|
'„': '"',
|
||||||
'″': '"',
|
'″': '"',
|
||||||
'“': '"',
|
'“': '"',
|
||||||
'”': '"',
|
'”': '"',
|
||||||
|
'„': '"',
|
||||||
'″': '"',
|
'″': '"',
|
||||||
'“':'"',
|
'“':'"',
|
||||||
'”':'"',
|
'”':'"',
|
||||||
|
'„':'"',
|
||||||
'″':'"',
|
'″':'"',
|
||||||
'‘':"'",
|
'‘':"'",
|
||||||
'’':"'",
|
'’':"'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user