Change 18844 by [EMAIL PROTECTED] on 2003/03/07 05:05:57
Good observation from Philip Newton.
Affected files ...
... //depot/perl/pod/perlrun.pod#82 edit
Differences ...
==== //depot/perl/pod/perlrun.pod#82 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#81~18837~ Thu Mar 6 01:33:33 2003
+++ perl/pod/perlrun.pod Thu Mar 6 21:05:57 2003
@@ -1103,8 +1103,9 @@
Equivalent to the B<-C> command-line switch. Note that this is not
a boolean variable-- setting this to C<"1"> is not the right way to
"enable Unicode" (whatever that would mean). You can use C<"0"> to
-"disable Unicode", though (or alternatively C<delete $ENV{PERL_UNICODE}>).
-See the description of the C<-C> switch for more information.
+"disable Unicode", though (or alternatively unset PERL_UNICODE in
+your shell before starting Perl). See the description of the C<-C>
+switch for more information.
=item SYS$LOGIN (specific to the VMS port)
End of Patch.