This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 16:47:06 +0000 (16:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 16:47:06 +0000 (16:47 +0000)
commitb9ad30b40cf004f5ea6fd7a945a950cf873aed7b
treecce3531a601494f58ec6bc8c9e674dfeea2fad51
parente2560c3357339d22d0d9ac926b8e57ce241c1fb6
Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag
bit in pmflags, to decide whether the pattern is UTF-8.

p4raw-id: //depot/perl@32851
op.c
pp_ctl.c
regcomp.c
regexec.c