View | Details | Raw Unified | Return to bug 247061
Collapse All | Expand All

(-)i/audio/festival-freebsoft-utils/files/patch-recode.scm (+11 lines)
Added Link Here
1
--- recode.scm.orig	2008-10-16 10:10:04 UTC
2
+++ recode.scm
3
@@ -29,7 +29,7 @@
4
       string
5
       (with-temp-file-data (tmpfile string)
6
         (with-temp-file out-tmpfile
7
-          (system (format nil "iconv -c -f %s -t %s//TRANSLIT -o %s %s" from to out-tmpfile tmpfile))
8
+          (system (format nil "iconv -c -f %s -t %s//TRANSLIT %s > %s" from to tmpfile out-tmpfile))
9
           (read-file out-tmpfile)))))
10
 
11
 (defvar recode-special-utf8-translations

Return to bug 247061