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:
Kovid Goyal 2013-03-07 21:33:21 +05:30
parent 02332ca488
commit 3a58a0fab7

View File

@ -20,12 +20,15 @@ _mreplace = MReplace({
'': '...',
'“': '"',
'”': '"',
'„': '"',
'″': '"',
'“': '"',
'”': '"',
'„': '"',
'″': '"',
'':'"',
'':'"',
'':'"',
'':'"',
'‘':"'",
'’':"'",