From ca7a98b82cef2b2989767e2999ddaf5e5d359fe2 Mon Sep 17 00:00:00 2001 From: Alessio Lenzi Date: Mon, 7 Apr 2008 19:56:25 +0000 Subject: Some other minor fixes to accent with italian TTS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17027 a1c6a512-1295-4272-9138-f99709370657 --- tools/voice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}) { -- cgit v1.1