This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Perl > perl-encode-locale (1.03)

Perl module 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 is
still byte based. Programs therefore needs 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 arrange 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).
Where file systems interfaces pass file names in and out of the program
we also need care. The trend is for operating systems to use a fixed file
encoding that don't actually depend on the locale; and this module
determines the most appropriate encoding for file names. The Encode
module will know this encoding under the name "locale_fs". For
traditional Unix systems this will be an alias to the same encoding
as "locale".

Maintained by: LukenShiro
Keywords:
ChangeLog: perl-encode-locale

Homepage:
http://search.cpan.org/dist/Encode-Locale/

Source Downloads:
Encode-Locale-1.03.tar.gz (de8422d068634e7c1068dab4e18b452f)

Download SlackBuild:
perl-encode-locale.tar.gz
perl-encode-locale.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds