blob: d5a424fcc59ce720e30e34c3b912e8eaf65a082c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- intltool-merge.in.orig Sun Mar 10 01:56:09 2002
+++ intltool-merge.in Mon Mar 11 21:43:48 2002
@@ -290,7 +290,7 @@
if (lc $encoding eq "utf-8") {
open PO_FILE, "<$po_file";
} else {
- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv";
+ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv";
open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|";
}
} else {
|