From 260fe6ccef437482f2e1e40655a9100a1e8f18df Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 8 Jun 2001 18:04:41 +0000 Subject: - c::iconv replace c::from_utf8 and c::to_utf8 - handle po files in any charset, iconv'ed to the right charset --- perl-install/c/stuff.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/c/stuff.pm') diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm index d7f8db2cb..0121f2904 100644 --- a/perl-install/c/stuff.pm +++ b/perl-install/c/stuff.pm @@ -10,6 +10,8 @@ $VERSION = '0.01'; bootstrap c::stuff $VERSION; +sub from_utf8 { iconv($_[0], "utf-8", standard_charset()) } + sub headerGetEntry { my ($h, $q) = @_; $h or log::l("empty header in headerGetEntry"), return; -- cgit v1.2.1