summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2008-08-13 18:44:47 +0000
committerJonas Häggqvist <rasher@rasher.dk>2008-08-13 18:44:47 +0000
commit04e96977f1f0c0384c348e7e1349331cbfad1c10 (patch)
treee757aae151cebcc6fe5a7087dcb444680356e51a /tools/voice.pl
parent0e7f1726bc46a727e53c2a09963595ebbaa47d7e (diff)
downloadrockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.tar.gz
rockbox-04e96977f1f0c0384c348e7e1349331cbfad1c10.zip
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
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 1cf6076efb..358b575b9c 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -210,10 +210,6 @@ sub correct_string {
210 $string =~ s/BITRATE/bit reit/ig; 210 $string =~ s/BITRATE/bit reit/ig;
211 $string =~ s/Codepage/cod page/ig; 211 $string =~ s/Codepage/cod page/ig;
212 $string =~ s/PCM Wave/pcm Ue'iv/ig; 212 $string =~ s/PCM Wave/pcm Ue'iv/ig;
213 $string =~ s/è/è/ig;
214 $string =~ s/\b(s*)ì\b/$1ì/ig;
215 $string =~ s/\b(s*)ù\b/$1ù/ig;
216 $string =~ s/\b(s*)à\b/$1à/ig;
217 switch($$tts_object{"name"}) { 213 switch($$tts_object{"name"}) {
218 case "sapi" { # just for SAPI 214 case "sapi" { # just for SAPI
219 switch($$tts_object{"vendor"}) { 215 switch($$tts_object{"vendor"}) {