SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-utf8-all rpm build for : PCLinuxOS. For other distributions click perl-utf8-all.

Name : perl-utf8-all
Version : 0.17.0 Vendor : (none)
Release : 3pclos2017 Date : 2017-07-13 06:41:43
Group : Development/Perl Source RPM : perl-utf8-all-0.17.0-3pclos2017.src.rpm
Size : 0.04 MB
Packager : bb2 < bb2>
Summary : Turn on Unicode - all of it
Description :
the utf8 manpage allows you to write your Perl encoded in UTF-8. That means
UTF-8 strings, variable names, and regular expressions. \'utf8::all\' goes
further, and makes \'AATTARGV\' encoded in UTF-8, and filehandles are opened
with UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR),
and charnames are imported so \'\\N{...}\' sequences can be used to compile
Unicode characters based on names. If you _don\'t_ want UTF-8 for a
particular filehandle, you\'ll have to set \'binmode $filehandle\'.

The pragma is lexically-scoped, so you can do the following if you had some
reason to:

{
use utf8::all;
open my $out, \'>\', \'outfile\';
my $utf8_str = \'føø bār\';
print length $utf8_str, \"\
\"; # 7
print $out $utf8_str; # out as utf8
}
open my $in, \'< \', \'outfile\'; # in as raw
my $text = do { local $/; < $in>};
print length $text, \"\
\"; # 10, not 7!

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-utf8-all-0.17.0-3pclos2017.noarch.rpm
     

Provides :
perl-utf8-all

Requires :
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl-base => 5.22.3


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/utf8
/usr/lib/perl5/vendor_perl/5.22.3/utf8/all.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/utf8
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/utf8/all
/usr/share/doc/perl-utf8-all
/usr/share/doc/perl-utf8-all/Changes
/usr/share/doc/perl-utf8-all/LICENSE
/usr/share/doc/perl-utf8-all/META.json
/usr/share/doc/perl-utf8-all/META.yml
/usr/share/doc/perl-utf8-all/README.mkdn
/usr/share/man/man3/utf8::all.3pm.bz2

 
ICM