From a6052d30af5928d4a044b29cdc9ef57e0034fac2 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Mon, 2 Mar 2009 22:29:17 +0000 Subject: Add a full stop after strings, since some voices use the existance of one to change intonation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20184 a1c6a512-1295-4272-9138-f99709370657 --- tools/voice.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/voice.pl b/tools/voice.pl index 21c9ab913c..32db75c5e1 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -140,6 +140,7 @@ sub correct_string { } case "festival" { $string =~ s/\ba\b/ay/ig; + $string =~ s/$/./; } } } -- cgit v1.2.3