Package perl-utf8-all: Information

    Binary package: perl-utf8-all
    Version: 0.024-alt1
    Architecture: noarch
    Build time:  Jan 16, 2018, 09:59 PM in the task #198152
    Source package: perl-utf8-all
    Report package bug
    License: GPL+ or Artistic
    Summary: Turn on Unicode everywhere
    Description: 
    Pragma utf8 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 @ARGV encoded in UTF-8, and file handles are opened with UTF-8 encoding
    turned on by default (including STDIN, STDOUT, STDERR), and character names
    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 file handle, you'll
    have to set binmode $filehandle.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    Last changed


    Jan. 16, 2018 Igor Vlasenko 0.024-alt1
    - automated CPAN update
    Dec. 20, 2017 Igor Vlasenko 0.023-alt3
    - fixed build with new perl 5.26
    Oct. 29, 2017 Vitaly Lipatov 0.023-alt2
    - initial build for ALT Sisyphus