[Pkg-italian-commits] [svn] r32 - festival-italian/trunk/debian

Enrico Zini enrico at costa.debian.org
Tue Nov 15 10:55:56 UTC 2005


Author: enrico
Date: Tue Nov 15 10:55:55 2005
New Revision: 32

Modified:
   festival-italian/trunk/debian/README.Debian
   festival-italian/trunk/debian/changelog
Log:
Updated README.Debian

Modified: festival-italian/trunk/debian/README.Debian
==============================================================================
--- festival-italian/trunk/debian/README.Debian	(original)
+++ festival-italian/trunk/debian/README.Debian	Tue Nov 15 10:55:55 2005
@@ -1,8 +1,38 @@
-Apply the languages.scm.patch patch to 
-/usr/share/festval/languages.scm
-(file belonging to festival package) 
-to be able to use --language italian option of festival
-and (language_italian) function.
-Otherwise, to use italian speech just run festival
-shell and write (voice_pc_diphone) or (voice_lp_diphone)
+README for the Italian voices of Festival
+=========================================
 
+Enabling festival --language italian
+------------------------------------
+
+The italian voices for festival do not yet work out of the box because of bug
+#335845 (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335845).
+
+It is simple to work around the problem while the festival maintainer updates
+the package: just apply the patch provided in:
+
+  /usr/share/doc/festlex-ifd/languages.scm.patch
+
+To the file /usr/share/festival/languages.scm with this command:
+
+  patch /usr/share/festival/languages.scm /usr/share/doc/festlex-ifd/languages.scm.patch
+
+After this, you will be able to use festival with the "--language italian"
+option and the (language_italian) function.
+
+Otherwise, to use the italian speech just run the festival shell and write
+(voice_pc_diphone) or (voice_lp_diphone).
+
+
+Encoding of accented letters
+----------------------------
+
+The italian database uses the Latin1 encoding for accented characters.
+If input text encoded in UTF8 fails like this:
+
+  $ echo caffè | festival --language italian --tts
+  11:49 <riccardo> LTS_Ruleset italian_downcase: no rule matches:
+  11:49 <riccardo> LTS_Ruleset: # c a f f *here* \uffff \uffff #
+
+then you need to recode the input.  Just put recode in the pipe:
+
+  echo caffè | recode utf8..lat1 | festival --language italian --tts

Modified: festival-italian/trunk/debian/changelog
==============================================================================
--- festival-italian/trunk/debian/changelog	(original)
+++ festival-italian/trunk/debian/changelog	Tue Nov 15 10:55:55 2005
@@ -1,10 +1,14 @@
 festival-it (1.0-10) unstable; urgency=low
 
-  * Riccardo Vestrini <riccardov at sssup.it>:
-    + Removed build-depends on build-essential. Closes: # 339107
-    + Deleted debian/control.in.
+  [ Riccardo Vestrini ]
+  * Removed build-depends on build-essential. Closes: #339107
+  * Deleted debian/control.in.
+
+  [ Enrico Zini ]
+  * Updated README.Debian to explain better how to patch festival while
+    #335845 is open, and how to recode the input to latin1.
 
- -- Debian Italian Maintainers Task Force <pkg-italian-maintainers at lists.alioth.debian.org>  Tue, 15 Nov 2005 11:34:17 +0100
+ -- Enrico Zini <enrico at debian.org>  Tue, 15 Nov 2005 11:54:18 +0100
 
 festival-it (1.0-9) unstable; urgency=low
 



More information about the Pkg-italian-commits mailing list