Browse Source

utils: remove backslash before œ characters

remotes/karagrat/master
Romain Goffe 12 years ago
parent
commit
4c8d8a09b3
  1. 1
      utils/rules.py

1
utils/rules.py

@ -20,6 +20,7 @@ word_dic = {
"voeu": "vœu",
"oeuf": "œuf",
"oe{}": "œ",
"\œ": "œ",
##: Contractions
"ptit": "p'tit",
##: Punctuation

Loading…
Cancel
Save