libtext-iconv-perl

Converts between character sets in perl
  http://search.cpan.org/search?module=Text::Iconv
  0
  no reviews



The iconv() family of functions from xpg4 defines an api for converting between character sets (e.g. utf-8 to latin1, ebcdic to ascii). they are provided by libc6.

this package allows access to them from perl via the text::iconv package.