projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f180a7
)
perlrun: Add link to clarification
author
Karl Williamson
<public@khwilliamson.com>
Sat, 28 May 2011 21:52:35 +0000
(15:52 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 29 May 2011 01:00:04 +0000
(19:00 -0600)
pod/perlrun.pod
patch
|
blob
|
history
diff --git
a/pod/perlrun.pod
b/pod/perlrun.pod
index
d51342f
..
f254eb2
100644
(file)
--- 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.