Change 18819 by [EMAIL PROTECTED] on 2003/03/03 19:15:07
Further clarification on PERL_UNICODE's semantics.
Affected files ...
... //depot/perl/pod/perlrun.pod#80 edit
Differences ...
==== //depot/perl/pod/perlrun.pod#80 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#79~18766~ Mon Feb 24 12:04:36 2003
+++ perl/pod/perlrun.pod Mon Mar 3 11:15:07 2003
@@ -1099,7 +1099,9 @@
=item PERL_UNICODE
-Equivalent to the B<-C> command-line switch.
+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).
=item SYS$LOGIN (specific to the VMS port)
End of Patch.