blob: 3d34ddfdbf5355f0edea8dc4a96aca8b9338d8c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- intltool-merge.in.orig Mon Feb 11 23:40:38 2002
+++ intltool-merge.in Wed Feb 27 12:03:10 2002
@@ -287,7 +287,7 @@
if (lc $encoding eq "utf-8") {
open PO_FILE, "<$po_file";
} else {
- 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";
|