This package browser is in early development. Mind the rough edges.

perl-encode-locale 1.05

Perl locale encoding determination

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::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string).

Installation

Install perl-encode-locale 1.05 as follows:

guix install perl-encode-locale@1.05

Or install the latest version:

guix install perl-encode-locale

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.