Package: wnpp Severity: wishlist
From: Nicholas Bamber <[email protected]> To: Debian Bug Tracking System <[email protected]> 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 <[email protected]> Severity: wishlist X-Debbugs-CC: [email protected],[email protected] * Package name : libencode-locale-perl Version : 1.01 Upstream Author : Gisle Aas <[email protected]> * 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). -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

