diff options
author | Philip Newton <pne@cpan.org> | 2002-03-31 09:40:43 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-31 15:07:20 +0000 |
commit | 740bd1650556df15a395be1c7f206f3e913aaf8c (patch) | |
tree | ba15067792a7edb598e3f42c7f7cd8104ab14318 | |
parent | 208b703c62c49f75ead6cc48e0df93536ff90baf (diff) | |
download | perl-740bd1650556df15a395be1c7f206f3e913aaf8c.tar.gz |
Re: [Patch] pod/perlvar.pod
Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
p4raw-id: //depot/perl@15633
-rw-r--r-- | pod/perlvar.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 6df49c8c61..98bd657d05 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -663,10 +663,10 @@ Also see L<Error Indicators>. =item ${^ENCODING} -The I<object reference> to Encode object used to convert the source -code to Unicode. Thanks to this variable your perl script does not -have to be written in UTF-8. Default is I<undef>. The direct -manipulation of this variable is highly discouraged. see L<encoding> +The I<object reference> to the Encode object that is used to convert +the source code to Unicode. Thanks to this variable your perl script +does not have to be written in UTF-8. Default is I<undef>. The direct +manipulation of this variable is highly discouraged. See L<encoding> for more details. =item $OS_ERROR |