diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-28 15:52:35 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-28 19:00:04 -0600 |
commit | 370155bea3cddf3590eaab74c59702a9b22f5d0b (patch) | |
tree | 4e929e19182445e909506e8d7eaa8a57f062c30b /pod/perlrun.pod | |
parent | 1f180a7bb90bcee4d2674a3bdadd33598cc67983 (diff) | |
download | perl-370155bea3cddf3590eaab74c59702a9b22f5d0b.tar.gz |
perlrun: Add link to clarification
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index d51342f8f8..f254eb2987 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -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. |