diff abcfield.py @ 961:fc2b75f6c284 build-default-349

Go to separate left and right double quote special characters. " works in HTML, but LaTeX was using right double quotes everywhere.
author Jim Hague <jim.hague@acm.org>
date Wed, 07 Aug 2019 10:12:35 +0100
parents d6e2a281cceb
children e4d31e094d24
line wrap: on
line diff
--- a/abcfield.py	Wed Aug 07 09:36:19 2019 +0100
+++ b/abcfield.py	Wed Aug 07 10:12:35 2019 +0100
@@ -103,7 +103,8 @@
 
     # Quote marks
     "''" : ("&apos;", "'"),
-    "'\"" : ("&quot;", "\""),
+    "'`" : ("&ldquo;", "``"),
+    "'\"" : ("&rdquo;", "''"),
 }
 
 abckeys = {