From f7c2790822508b80b28ec596c746c6defaa4afdc Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 30 Mar 2012 22:44:45 +0200 Subject: [PATCH] fix badly escaped character in rules.py --- utils/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rules.py b/utils/rules.py index 5ab464b4..a339c92d 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -20,7 +20,7 @@ word_dic = { "voeu": "vœu", "oeuf": "œuf", "oe{}": "œ", -"\œ": "œ", +"\\œ": "œ", ##: Contractions "ptit": "p'tit", ##: Punctuation