about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--transform/strings.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/transform/strings.scm b/transform/strings.scm
index c7eb64a..568feef 100644
--- a/transform/strings.scm
+++ b/transform/strings.scm
@@ -76,6 +76,10 @@ association list mapping substrings to their replacements."
      ("\n" . "\\n")
      ("\"" . "'")
      ("\v" . "")
+     ("â\x81„" . "/")
+     ("’" . "’")
+     ("â€" . "‒")
+     ("\x9d" . "")
      ("\xad" . "")
      ("\x28" . "")
      ("\x29" . "")