![]() |
![]()
| ![]() |
![]()
NAMEPerlIO::locale - PerlIO layer to use the encoding of the current locale VERSION0.07 SYNOPSISuse PerlIO::locale; open my $filehandle, '<:locale', $filename or die $!; DESCRIPTIONThis is mostly a per-filehandle version of the "open" pragma, when used under the form use 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. AUTHORCopyright (c) 2004, 2005, 2007, 2008, 2011, 2014 Rafael Garcia-Suarez <rgs@consttype.org>, rewritten by Leon Timmermans <leont@cpan.org> LICENSEThis program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. SOURCEA git repository for the sources is at <https://github.com/rgs/PerlIO-locale>. SEE ALSO
|