Source: libencode-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves , gregor herrmann , Yadd , Florian Schlichting , 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/libencode-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libencode-perl.git Homepage: https://metacpan.org/release/Encode Package: libencode-perl Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, Description: module providing interfaces between Perl's strings and the system The Encode module provides the interfaces between Perl's strings and the rest of the system. . When Perl is processing "binary data", the programmer wants Perl to process "sequences of bytes". This is not a problem for Perl - as a byte has 256 possible values, it easily fits in Perl's much larger "logical character". . Encodes a string from Perl's internal form into ENCODING and returns a sequence of octets.