diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:19:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:19:49 +0000 |
commit | 1768d7ebbd79c945a432bd18f2f9bed6d1a79356 (patch) | |
tree | 45fd01fd5766e85d54664e7356614489b9489dbb /pod/perlunicode.pod | |
parent | d0e98d276e2cc7fdcdfbde4dabbc0843fb890ac7 (diff) | |
download | perl-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.pod | 3 |
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 |