aboutsummaryrefslogtreecommitdiff
path: root/devel/gtranslator/files/patch-intltool-merge.in
blob: 43fc84a47e2fd60ce2731bbcc07aa9805d50c837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- intltool-merge.in	2001/11/29 08:34:19	1.1
+++ intltool-merge.in	2001/11/29 08:34:30
@@ -232,7 +232,7 @@
 
         if ($UTF8_ARG) {
             my $encoding = get_po_encoding($po_file);
-            open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";	
+            open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";	
         } else {
             open PO_FILE, "<$po_file";	
         }