diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-01 16:34:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-01 18:24:24 -0800 |
commit | cbf9b121af7809c4ce7bec337045f2eee9dc3d5b (patch) | |
tree | 1191321345fcd0997b91edfa4f2111d668af77f0 /pod/perlunicode.pod | |
parent | 315f11aa5a6d12fadc6dc03ca3bc26c69af24cb0 (diff) | |
download | perl-cbf9b121af7809c4ce7bec337045f2eee9dc3d5b.tar.gz |
Nit in perlunicode.pod
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 6 |
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 |