$FreeBSD$ --- intltool-merge.in.orig Tue Feb 19 10:28:55 2002 +++ intltool-merge.in Wed Feb 27 11:49:32 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";