This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be7097
)
feature.pm: Note unicode_strings is not complete
author
Karl Williamson
<public@khwilliamson.com>
Mon, 9 Aug 2010 14:26:14 +0000
(08:26 -0600)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 11 Aug 2010 08:05:26 +0000
(10:05 +0200)
lib/feature.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
3cf838a
..
cd5a66a
100644
(file)
--- a/
lib/feature.pm
+++ b/
lib/feature.pm
@@
-107,7
+107,7
@@
See L<perlsub/"Persistent Private Variables"> for details.
C<use feature 'unicode_strings'> tells the compiler to treat
all strings outside of C<use locale> and C<use bytes> as Unicode. It is
-available starting with Perl 5.11.3.
+available starting with Perl 5.11.3
, but is not fully implemented
.
See L<perlunicode/The "Unicode Bug"> for details.