There is no giconv binary anymore.

This commit is contained in:
Maxim Sobolev 2002-04-24 15:55:51 +00:00
parent b417efd74e
commit 37b160b8ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58063
3 changed files with 0 additions and 57 deletions

View File

@ -1,19 +0,0 @@
*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
--- intltool-merge.in Fri Dec 7 09:46:41 2001
*************** sub create_translation_database
*** 237,243 ****
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}
--- 237,243 ----
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}

View File

@ -1,19 +0,0 @@
*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
--- intltool-merge.in Fri Dec 7 09:46:41 2001
*************** sub create_translation_database
*** 237,243 ****
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}
--- 237,243 ----
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}

View File

@ -1,19 +0,0 @@
*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
--- intltool-merge.in Fri Dec 7 09:46:41 2001
*************** sub create_translation_database
*** 237,243 ****
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}
--- 237,243 ----
if ($UTF8_ARG) {
my $encoding = get_po_encoding($po_file);
! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
} else {
open PO_FILE, "<$po_file";
}