tabele
[librarian.git] / librarian / functions.py
index 08f920d..e8758f0 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'“'),
         (u'"', u'”'),
     ]