Skip to content

Commit f77edc6

Browse files
Merge pull request #32 from Mohamed00/personal
French
2 parents 5bc63ea + fe98ccb commit f77edc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/synthDrivers/ibmeci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def processText(self,text):
237237
if _ibmeci.params[9] in (65536, 65537, 393216, 655360): text = resub(english_fixes, text) #Applies to Chinese and Korean as they can read English text and thus inherit the English bugs.
238238
if _ibmeci.params[9] in (131072, 131073): text = resub(spanish_fixes, text)
239239
if _ibmeci.params[9] in (196609, 196608):
240-
text = text.replace('quil', 'qil') #Sometimes this string make everything buggy with IBMTTS in French
240+
text = text.replace(br'quil', br'qil') #Sometimes this string make everything buggy with IBMTTS in French
241241
if _ibmeci.params[9] in ('deu', 262144):
242242
text = resub(german_fixes, text)
243243
if not self._backquoteVoiceTags:

0 commit comments

Comments
 (0)