summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-31 02:19:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-31 02:19:49 +0000
commit1768d7ebbd79c945a432bd18f2f9bed6d1a79356 (patch)
tree45fd01fd5766e85d54664e7356614489b9489dbb /pod/perlunicode.pod
parentd0e98d276e2cc7fdcdfbde4dabbc0843fb890ac7 (diff)
downloadperl-1768d7ebbd79c945a432bd18f2f9bed6d1a79356.tar.gz
More documentation for the encode pragma.
p4raw-id: //depot/perl@12785
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 9205fdf77c..273cce0026 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -52,6 +52,9 @@ ASCII based machines or recognize UTF-EBCDIC on EBCDIC based machines.
B<NOTE: this should be the only place where an explicit C<use utf8> is
needed>.
+You can also use the C<encoding> pragma to change the default encoding
+of the whole script; see L<encoding>.
+
=back
=head2 Byte and Character semantics