You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes dot and @ parsing expressions from the driver, since these were added when NVDA couldn't control when symbols were sent, and the defaults don't send them to the synth. They were breaking things anyway. Consequently, this removes the french_fixes dictionary.
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.
235
229
if_ibmeci.params[9] in (131072, 131073): text=resub(spanish_fixes, text)
236
230
if_ibmeci.params[9] in (196609, 196608):
237
-
text=resub(french_fixes, text)
238
231
text=text.replace('quil', 'qil') #Sometimes this string make everything buggy with IBMTTS in French
0 commit comments