Remove some irresponsible character set mangling from the Italian section of voice.pl. If this is really
needed, add it under each individual TTS engine that is confirmed to need this. And please use only UTF-8 in the script (binary data should be entered as \xe9 etc). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e7f1726bc
commit
04e96977f1
1 changed files with 0 additions and 4 deletions
|
@ -210,10 +210,6 @@ sub correct_string {
|
|||
$string =~ s/BITRATE/bit reit/ig;
|
||||
$string =~ s/Codepage/cod page/ig;
|
||||
$string =~ s/PCM Wave/pcm Ue'iv/ig;
|
||||
$string =~ s/è/è/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…
Reference in a new issue