This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Empty \N{} in regex pattern should force /d to /u
authorKarl Williamson <khw@cpan.org>
Mon, 22 Dec 2014 05:02:30 +0000 (22:02 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 31 Dec 2014 04:18:48 +0000 (21:18 -0700)
commit75697d6e4ef98ece405210de48e7529d01b619bf
tree563dd7b4f3463ea5fcea5315648d4416007cae6e
parentec98ebe8f6cc848416a16d83adfc2b850b3348b3
Empty \N{} in regex pattern should force /d to /u

\N{} is for Unicode names, even if the name is actually omitted.
(Accepting an empty name is, I believe, an accident, and now is
supported only for backwards compatibility.)
regcomp.c
t/re/re_tests