From: Rafael Garcia-Suarez Date: Sun, 12 Oct 2003 15:25:17 +0000 (+0000) Subject: Minor nit in perlrun, spotted by Art Haas. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47427c4eeabaf71bb2382593c8e760e49bdf9070;p=p5sagit%2Fp5-mst-13.2.git Minor nit in perlrun, spotted by Art Haas. p4raw-id: //depot/perl@21437 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index edeeb64..f84143c 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -312,13 +312,13 @@ with explicit layers in open() and with binmode() one can manipulate streams as usual. C<-C> on its own (not followed by any number or option list), or the -empty string C<""> for the C<$ENV{PERL_UNICODE}, has the same effect -as C<-CSDL>. In other words, the standard I/O handles and the default -C layer are UTF-8-fied B only if the locale environment -variables indicate a UTF-8 locale. This behaviour follows the -I (and problematic) UTF-8 behaviour of Perl 5.8.0. +empty string C<""> for the C environment variable, has the +same effect as C<-CSDL>. In other words, the standard I/O handles and +the default C layer are UTF-8-fied B only if the locale +environment variables indicate a UTF-8 locale. This behaviour follows +the I (and problematic) UTF-8 behaviour of Perl 5.8.0. -You can use C<-C0> (or C<"0"> for $ENV{PERL_UNICODE}) to explicitly +You can use C<-C0> (or C<"0"> for C) to explicitly disable all the above Unicode features. The read-only magic variable C<${^UNICODE}> reflects the numeric value