This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Nit in perlunicode.pod
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Dec 2010 23:34:58 +0000 (16:34 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 2 Dec 2010 02:24:24 +0000 (18:24 -0800)
pod/perlunicode.pod

index 925ae36..242238f 100644 (file)
@@ -101,9 +101,9 @@ or from literals and constants in the source text.
 The C<bytes> pragma will always, regardless of platform, force byte
 semantics in a particular lexical scope.  See L<bytes>.
 
-The C<use feature 'unicode_strings'> pragma is intended to always, regardless
-of platform, force character (Unicode) semantics in a particular lexical scope.
-In release 5.12, it is partially implemented, applying only to case changes.
+The C<use feature 'unicode_strings'> pragma is intended always,
+regardless of platform, to force character (Unicode) semantics in a
+particular lexical scope.
 See L</The "Unicode Bug"> below.
 
 The C<utf8> pragma is primarily a compatibility device that enables