summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-07-19 10:45:33 +1000
committerTony Cook <tony@develop-help.com>2017-07-24 11:10:30 +1000
commit01c3fbbc0d1b54bb0dd6fdc0abed7854e62c6717 (patch)
tree8b20ed97769b77b9b178c2cc9ef6aa2ac1457afc /pod/perlunicode.pod
parente423fa83496ce7d83b137bd7f0852864b6073b36 (diff)
downloadperl-01c3fbbc0d1b54bb0dd6fdc0abed7854e62c6717.tar.gz
encoding.pm no longer works
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index d3ccf44574..24102bf1a9 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -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