Document even more ways of affecting your "utf8ness".
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Aug 2003 11:14:26 +0000 (11:14 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Aug 2003 11:14:26 +0000 (11:14 +0000)
p4raw-id: //depot/perl@20878

lib/utf8.pm

index 9039447..f5eebe7 100644 (file)
@@ -64,6 +64,9 @@ pragma will effectively become a no-op.  For convenience in what
 follows the term I<UTF-X> is used to refer to UTF-8 on ASCII and ISO
 Latin based platforms and UTF-EBCDIC on EBCDIC based platforms.
 
+See also the effects of the C<-C> switch and its cousin, the
+C<$ENV{PERL_UNICODE}>, in L<perlrun>.
+
 Enabling the C<utf8> pragma has the following effect:
 
 =over 4
@@ -184,6 +187,6 @@ portable answers.
 
 =head1 SEE ALSO
 
-L<perluniintro>, L<encoding>, L<perlunicode>, L<bytes>
+L<perluniintro>, L<encoding>, L<perlrun>, L<bytes>, L<perlunicode>
 
 =cut