summaryrefslogtreecommitdiff
path: root/misc/gnome-mime-data/files/patch-intltool-merge.in
blob: 17f106eadced4aafd0d44eda565c9c8fc2231b06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- intltool-merge.in	2002/01/22 10:08:56	1.1
+++ intltool-merge.in	2002/01/22 10:09:15
@@ -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";	
         }