From 3a58a0fab7f39a77d5c39b036d9c25905500f5ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Mar 2013 21:33:21 +0530 Subject: [PATCH] Conversion: Add the double low quote to list of characters that are converted to ascii. Fixes #1152207 (low double quote missing in unsmarten proc) --- src/calibre/utils/unsmarten.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/utils/unsmarten.py b/src/calibre/utils/unsmarten.py index 6f0c2a19e1..93064be7ab 100644 --- a/src/calibre/utils/unsmarten.py +++ b/src/calibre/utils/unsmarten.py @@ -20,12 +20,15 @@ _mreplace = MReplace({ '…': '...', '“': '"', '”': '"', + '„': '"', '″': '"', '“': '"', '”': '"', + '„': '"', '″': '"', '“':'"', '”':'"', + '„':'"', '″':'"', '‘':"'", '’':"'",