diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2008-08-13 18:44:47 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2008-08-13 18:44:47 +0000 |
| commit | 04e96977f1f0c0384c348e7e1349331cbfad1c10 (patch) | |
| tree | e757aae151cebcc6fe5a7087dcb444680356e51a | |
| parent | 0e7f1726bc46a727e53c2a09963595ebbaa47d7e (diff) | |
| download | rockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.zip rockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.tar.gz rockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.tar.bz2 rockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.tar.xz | |
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
| -rwxr-xr-x | tools/voice.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index 1cf6076..358b575 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -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"}) { |