Further clarification on PERL_UNICODE's semantics.
Jarkko Hietaniemi [Mon, 3 Mar 2003 19:15:07 +0000 (19:15 +0000)]
p4raw-id: //depot/perl@18819

pod/perlrun.pod

index b9adb9b..7796c76 100644 (file)
@@ -1099,7 +1099,9 @@ C<safe> the safe signals are used.
 
 =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)