Browse Source

utils: remove backslash before œ characters

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
58588775f4
  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