1
0
Fork 0
forked from len0rd/rockbox

Some other minor fixes to accent with italian TTS.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alessio Lenzi 2008-04-07 19:56:25 +00:00
parent 06c199e347
commit ca7a98b82c

View file

@ -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"}) {