mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 02:33:38 +02: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
1 changed files with 3 additions and 0 deletions
|
|
@ -20,12 +20,15 @@
|
|||
'…': '...',
|
||||
'“': '"',
|
||||
'”': '"',
|
||||
'„': '"',
|
||||
'″': '"',
|
||||
'“': '"',
|
||||
'”': '"',
|
||||
'„': '"',
|
||||
'″': '"',
|
||||
'“':'"',
|
||||
'”':'"',
|
||||
'„':'"',
|
||||
'″':'"',
|
||||
'‘':"'",
|
||||
'’':"'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue