Skip to content
Snippets Groups Projects
Commit 5e9d6cc7 authored by David Rouquet's avatar David Rouquet
Browse files

Accentuation des majuscules

parent 49c6d1ce
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,15 @@ def prepareHTMLforMD(str):
def postEditMD(str1):
###################################################
# Various string cleaning and replacements
###################################################
str1 = str1.replace(r"\_","_").replace(r" - ","\n- ").replace(r"| --- |", "").replace(r"|","")
str1 = str1.replace("Ecoutez","Écoutez").replace("Ecouter","Écouter").replace("Enoncés","Énoncés").replace(r"A l'oral",r"À l'oral").replace("Enoncé","Énoncé").replace("A un bout","À un bout").replace("A l","À l")
###################################################
# Add audio players for audio extracted from SWF
###################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment