Binary package “libencode-locale-perl” in openkylin yangtze
utility to determine the locale encoding
In many applications it's wise to let Perl use Unicode for the strings it
processes. Most of the interfaces Perl has to the outside world are still byte
based. Programs therefore need to decode byte strings that enter the program
from the outside and encode them again on the way out.
.
The POSIX locale system is used to specify both the language conventions
requested by the user and the preferred character set to consume and output.
The Encode::Locale module looks up the charset and encoding (called a CODESET
in the locale jargon) and arranges for the Encode module to know this encoding
under the name "locale". It means bytes obtained from the environment can be
converted to Unicode strings by calling Encode:
converted back again with Encode:
Source package
Published versions
- libencode-locale-perl 1.05-ok2 in amd64 (Proposed)
- libencode-locale-perl 1.05-ok2 in amd64 (Release)
- libencode-locale-perl 1.05-ok2 in arm64 (Proposed)
- libencode-locale-perl 1.05-ok2 in arm64 (Release)
- libencode-locale-perl 1.05-ok2 in i386 (Release)
- libencode-locale-perl 1.05-ok2 in i386 (Proposed)
- libencode-locale-perl 1.05-ok2 in riscv64 (Proposed)
- libencode-locale-perl 1.05-ok2 in riscv64 (Release)
- libencode-locale-perl 1.05-ok2 in rv64g (Release)
- libencode-locale-perl 1.05-ok2 in rv64g (Proposed)