From 04e96977f1f0c0384c348e7e1349331cbfad1c10 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Wed, 13 Aug 2008 18:44:47 +0000 Subject: 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 --- tools/voice.pl | 4 ---- 1 file changed, 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 { $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"}) { -- cgit v1.2.3