From 2d34eceac6a7c1ffb1a6c4b4205b499e4a19c2bf Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 14 Apr 2012 15:46:19 +0200 Subject: [PATCH] correct strange apostrophes --- utils/rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/rules.py b/utils/rules.py index eccce79b..ee283dca 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -25,6 +25,7 @@ word_dic = { "ptit": "p'tit", ##: Punctuation "’": "'", +"‘": "'", "Ca ": "Ça ", "...": "{\\dots}", "…": "{\\dots}",