Name: | perl-utf8-all |
---|---|
Version: | 0.024 |
Release: | 18.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 48593 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-utf8-all-0.024-18.el10_0.noarch.rpm |
Source RPM: | perl-utf8-all-0.024-18.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/utf8-all |
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. |
- Update license to SPDX format
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- BR: perl(blib) for t/00-compile.t