$FreeBSD$ --- xml-i18n-merge.in 2002/02/13 21:58:17 1.1 +++ xml-i18n-merge.in 2002/02/13 21:58:25 @@ -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"; }