[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#617518: Encode::Locale



Package: wnpp
Severity: wishlist


From: Nicholas Bamber <nicholas@periapt.co.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ITP: libencode-locale-perl -- utility to determine the locale encoding
Date: Wed, 09 Mar 2011 14:37:47 +0000

Package: wnpp
Owner: Nicholas Bamber <nicholas@periapt.co.uk>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-perl@lists.debian.org

* Package name    : libencode-locale-perl
  Version         : 1.01
  Upstream Author : Gisle Aas <gisle@activestate.com>
* URL             : http://search.cpan.org/dist/Encode-Locale/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : 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 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).



Reply to: