summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Lenzi <lenzone10@rockbox.org>2008-04-07 19:56:25 +0000
committerAlessio Lenzi <lenzone10@rockbox.org>2008-04-07 19:56:25 +0000
commitca7a98b82cef2b2989767e2999ddaf5e5d359fe2 (patch)
tree18badf96bf1fb4d4b1ac89d52f805a7611654fc4
parent06c199e3474b9a587ee7f21a885c9d287853a756 (diff)
downloadrockbox-ca7a98b82cef2b2989767e2999ddaf5e5d359fe2.tar.gz
rockbox-ca7a98b82cef2b2989767e2999ddaf5e5d359fe2.zip
Some other minor fixes to accent with italian TTS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17027 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index b83ea865aa..6ffc565401 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"}) {