summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-12-15 09:14:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-12-15 09:14:01 +0000
commita4e6acb7d49063a117261eaf85f31fcfd281bfe7 (patch)
tree36b2cbf3eaf039df24ca47d72cf921a4a539d4ca /perl-install/c
parente26e8e595f1e0ba4b043e1225bfd34fb9387ee04 (diff)
downloaddrakx-a4e6acb7d49063a117261eaf85f31fcfd281bfe7.tar
drakx-a4e6acb7d49063a117261eaf85f31fcfd281bfe7.tar.gz
drakx-a4e6acb7d49063a117261eaf85f31fcfd281bfe7.tar.bz2
drakx-a4e6acb7d49063a117261eaf85f31fcfd281bfe7.tar.xz
drakx-a4e6acb7d49063a117261eaf85f31fcfd281bfe7.zip
- i had foolishly removed c::iconv whereas it was used still used by c::from_utf8 and c::to_utf8
- anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused)
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.pm3
-rw-r--r--perl-install/c/stuff.xs.pl7
2 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm
index 405f896cd..37e0c9a3b 100644
--- a/perl-install/c/stuff.pm
+++ b/perl-install/c/stuff.pm
@@ -11,7 +11,4 @@ $VERSION = '0.01';
c::stuff->bootstrap($VERSION);
-sub from_utf8 { iconv($_[0], "utf-8", standard_charset()) }
-sub to_utf8 { iconv($_[0], standard_charset(), "utf-8") }
-
1;
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl
index 59c842993..8ad3fd82d 100644
--- a/perl-install/c/stuff.xs.pl
+++ b/perl-install/c/stuff.xs.pl
@@ -666,13 +666,6 @@ upgrade_utf8(s)
CODE:
sv_utf8_upgrade(s);
-char *
-standard_charset()
- CODE:
- RETVAL = nl_langinfo(CODESET);
- OUTPUT:
- RETVAL
-
void
get_iso_volume_ids(int fd)
INIT: