summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-01 16:34:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-12-01 18:24:24 -0800
commitcbf9b121af7809c4ce7bec337045f2eee9dc3d5b (patch)
tree1191321345fcd0997b91edfa4f2111d668af77f0 /pod/perlunicode.pod
parent315f11aa5a6d12fadc6dc03ca3bc26c69af24cb0 (diff)
downloadperl-cbf9b121af7809c4ce7bec337045f2eee9dc3d5b.tar.gz
Nit in perlunicode.pod
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 925ae36da2..242238f0b7 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -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