-
-
20 Feb 2014 08:06:49 UTC
- Distribution: PerlIO-locale
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (5588 / 10 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (2.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- I18N::Langinfo
- PerlIO::encoding
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
PerlIO::locale - PerlIO layer to use the encoding of the current locale
VERSION
0.07
SYNOPSIS
use PerlIO::locale; open my $filehandle, '<:locale', $filename or die $!;
DESCRIPTION
This is mostly a per-filehandle version of the
open
pragma, when used under the formuse open ':locale';
The encoding for the opened file will be set to the encoding corresponding to the locale currently in effect, if perl can guess it.
AUTHOR
Copyright (c) 2004, 2005, 2007, 2008, 2011, 2014 Rafael Garcia-Suarez <rgs@consttype.org>, rewritten by Leon Timmermans <leont@cpan.org>
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
SOURCE
A git repository for the sources is at https://github.com/rgs/PerlIO-locale.
SEE ALSO
Module Install Instructions
To install PerlIO::locale, copy and paste the appropriate command in to your terminal.
cpanm PerlIO::locale
perl -MCPAN -e shell install PerlIO::locale
For more information on module installation, please visit the detailed CPAN module installation guide.