diff options
| -rwxr-xr-x | tools/voice.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index b83ea86..6ffc565 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -207,7 +207,7 @@ sub correct_string { $string =~ s/è/è/ig; $string =~ s/\b(s*)ì\b/$1ì/ig; $string =~ s/\b(s*)ù\b/$1ù/ig; - $string =~ s/\b(s*)Ã*\b/$1à/ig; + $string =~ s/\b(s*)à \b/$1à/ig; switch($$tts_object{"name"}) { case "sapi" { # just for SAPI switch($$tts_object{"vendor"}) { |