Turn on Unicode everywhere
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.024-24.fc42 | - |
Fedora 42 | 0.024-24.fc42 | - |
Fedora 41 | 0.024-23.fc41 | - |
Fedora 40 | 0.024-22.fc40 | - |
Fedora EPEL 9 | 0.024-14.el9 | - |
Fedora EPEL 8 | 0.024-7.el8 | - |
Fedora EPEL 10.1 | 0.024-18.el10_0 | - |
Fedora EPEL 10.0 | 0.024-18.el10_0 | - |
You can contact the maintainers of this package via email at
perl-utf8-all dash maintainers at fedoraproject dot org
.