perlrun: Add link to clarification
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 May 2011 21:52:35 +0000 (15:52 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 29 May 2011 01:00:04 +0000 (19:00 -0600)
pod/perlrun.pod

index d51342f..f254eb2 100644 (file)
@@ -314,6 +314,7 @@ same effect as B<-CSDL>.  In other words, the standard I/O handles and
 the default C<open()> layer are UTF-8-fied I<but> only if the locale
 environment variables indicate a UTF-8 locale.  This behaviour follows
 the I<implicit> (and problematic) UTF-8 behaviour of Perl 5.8.0.
+(See L<perl581delta/UTF-8 no longer default under UTF-8 locales>.)
 
 You can use B<-C0> (or C<"0"> for C<PERL_UNICODE>) to explicitly
 disable all the above Unicode features.