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:
parent
06c199e347
commit
ca7a98b82c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue