Lines Matching refs:utf8
8 use utf8;
64 package utf8::all;
73 use parent qw(Encode charnames utf8 open warnings feature);
77 'utf8'->import::into($target);
80 'warnings'->import::into($target, qw{FATAL utf8});
89 # utf8 in @ARGV
93 $^H{'utf8::all'} = 1;
128 utf8::all - turn on Unicode - all of it
136 use utf8::all; # Turn on UTF-8. All of it.
138 open my $in, '<', 'contains-utf8'; # UTF-8 already turned on here
144 L<utf8> allows you to write your Perl encoded in UTF-8. That means UTF-8
145 strings, variable names, and regular expressions. C<utf8::all> goes further, and
156 use utf8::all;
160 print $out $utf8_str; # out as utf8
172 L<GH #7|https://github.com/doherty/utf8-all/issues/7>.
176 The project homepage is L<http://metacpan.org/release/utf8-all/>.
180 site near you, or see L<https://metacpan.org/module/utf8::all/>.
184 The development version is on github at L<http://github.com/doherty/utf8-all>
185 and may be cloned from L<git://github.com/doherty/utf8-all.git>
190 web interface at L<https://github.com/doherty/utf8-all/issues>.