Source: libtext-iconv-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-iconv-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-iconv-perl.git Homepage: https://metacpan.org/release/Text-Iconv Package: libtext-iconv-perl Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, Description: module to convert between character sets in Perl 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.