summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-01 13:59:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-01 13:59:42 +0000
commit6ec9efeca46af8ccad8021f3fbd9ab7f1721da05 (patch)
treef7b8d60eba013caff02a97835ab671895d8e5007 /pod/perlunicode.pod
parent23ada85b460be8277660729bedb0954a8b123cf2 (diff)
downloadperl-6ec9efeca46af8ccad8021f3fbd9ab7f1721da05.tar.gz
If an encoding is set by -M/-m, it must be in
effect only for the actual script, not any other required/-M/-m'ed module, otherwise we enter a nasty recursion in regexec.c while trying to init the simple UTF-8 charclasses like PL_utf8_alnum. p4raw-id: //depot/perl@12799
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index a5a69ff727..106a4bf610 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -53,8 +53,7 @@ B<NOTE: this should be the only place where an explicit C<use utf8> is
needed>.
You can also use the C<encoding> pragma to change the default encoding
-of the data in your script; see L<encoding>. Currently this cannot
-be combined with C<use utf8>.
+of the data in your script; see L<encoding>.
=back