This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
encoding.pm no longer works
authorTony Cook <tony@develop-help.com>
Wed, 19 Jul 2017 00:45:33 +0000 (10:45 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 24 Jul 2017 01:10:30 +0000 (11:10 +1000)
pod/perlunicode.pod

index d3ccf44..24102bf 100644 (file)
@@ -60,10 +60,11 @@ filenames.
 Use the C<:encoding(...)> layer  to read from and write to
 filehandles using the specified encoding.  (See L<open>.)
 
-=item You should convert your non-ASCII, non-UTF-8 Perl scripts to be
+=item You must convert your non-ASCII, non-UTF-8 Perl scripts to be
 UTF-8.
 
-See L<encoding>.
+The L<encoding> module has been deprecated since perl 5.18 and the
+perl internals it requires have been removed with perl 5.26.
 
 =item C<use utf8> still needed to enable L<UTF-8|/Unicode Encodings> in scripts