summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-07-19 10:30:56 +1000
committerTony Cook <tony@develop-help.com>2017-07-24 11:10:29 +1000
commite423fa83496ce7d83b137bd7f0852864b6073b36 (patch)
treec04f51e475fe0dbec9391fd15cdae52d2161ef3a /pod/perlunicode.pod
parent8dad89f0f488f99f930bb2955b564838f54816fa (diff)
downloadperl-e423fa83496ce7d83b137bd7f0852864b6073b36.tar.gz
use utf8; doesn't force unicode semantics on all strings in scope
eg. $ perl -Mutf8 -le 'chr(0xdf) =~ /ss/i and print "match" or print "no match"' no match perhaps this should be removed, or completely re-worded, it's worded similarly to the next point which behaves differently.
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index ef02b0a1f5..d3ccf44574 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -233,7 +233,7 @@ Unicode:
Within the scope of S<C<use utf8>>
If the whole program is Unicode (signified by using 8-bit B<U>nicode
-B<T>ransformation B<F>ormat), then all strings within it must be
+B<T>ransformation B<F>ormat), then all literal strings within it must be
Unicode.
=item *