GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
locale(3) User Contributed Perl Documentation locale(3)

PerlIO::locale - PerlIO layer to use the encoding of the current locale

0.07

    use PerlIO::locale;
    open my $filehandle, '<:locale', $filename or die $!;

This 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.

Copyright (c) 2004, 2005, 2007, 2008, 2011, 2014 Rafael Garcia-Suarez <rgs@consttype.org>, rewritten by Leon Timmermans <leont@cpan.org>

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

A git repository for the sources is at <https://github.com/rgs/PerlIO-locale>.

  • open
  • PerlIO::encoding
  • I18N::Langinfo
2014-02-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.