If an encoding is set by -M/-m, it must be in
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 1 Nov 2001 13:59:42 +0000 (13:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 1 Nov 2001 13:59:42 +0000 (13:59 +0000)
commit6ec9efeca46af8ccad8021f3fbd9ab7f1721da05
treef7b8d60eba013caff02a97835ab671895d8e5007
parent23ada85b460be8277660729bedb0954a8b123cf2
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
lib/encoding.pm
pod/perlunicode.pod
pp_ctl.c