From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Mon, 3 Mar 2003 19:15:07 +0000 (+0000)
Subject: Further clarification on PERL_UNICODE's semantics.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf61ac64f9c44081613e3d1b479639fda606e19f;p=p5sagit%2Fp5-mst-13.2.git

Further clarification on PERL_UNICODE's semantics.

p4raw-id: //depot/perl@18819
---

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index b9adb9b..7796c76 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -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)