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 /ext | |
parent | d0e98d276e2cc7fdcdfbde4dabbc0843fb890ac7 (diff) | |
download | perl-1768d7ebbd79c945a432bd18f2f9bed6d1a79356.tar.gz |
More documentation for the encode pragma.
p4raw-id: //depot/perl@12785
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Encode/Encode.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 6ddcb32132..19827db07d 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -867,6 +867,9 @@ More examples: See L<PerlIO> for more information. +See also L<encoding> for how to change the default encoding of the +script itself. + =head1 Encoding How to ... To do: @@ -1089,7 +1092,7 @@ to be rationalized. =head1 SEE ALSO -L<perlunicode>, L<perlebcdic>, L<perlfunc/open>, L<PerlIO> +L<perlunicode>, L<perlebcdic>, L<perlfunc/open>, L<PerlIO>, L<encoding> =cut |