diff options
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 |