moglen work in progress
[librarian.git] / librarian / functions.py
index 08f920d..59d6530 100644 (file)
@@ -14,12 +14,13 @@ def _register_function(f):
     ns[f.__name__] = f
 
 
-def reg_substitute_entities(): 
+def reg_substitute_entities():
     ENTITY_SUBSTITUTIONS = [
         (u'---', u'—'),
         (u'--', u'–'),
         (u'...', u'…'),
         (u',,', u'„'),
+        #(u',,', u'“'),
         (u'"', u'”'),
     ]