This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add named sequences to Unicode wildcard name capabilites
authorKarl Williamson <khw@cpan.org>
Fri, 20 Mar 2020 04:13:30 +0000 (22:13 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Mar 2020 13:44:31 +0000 (07:44 -0600)
commitcc06e157d785a514b8f825dccebf13aec98e7a27
tree9f6f4a73094a6cc39a4773d2d48fb35699c094be
parent770e79e94914f38efa409664c53df95c2b5073f3
Add named sequences to Unicode wildcard name capabilites

Prior to this commit, specifying a named sequence would result in a
mostly unhelpful fatal error message.  This makes their use legal.

This is also the beginning of allowing Unicode string properties, which
are a new thing in the (still draft) Unicode requirements for regular
expression parsing, UTS 18.  Full compliance will have to come later.
embed.fnc
embed.h
lib/charnames.t
pod/perldiag.pod
pod/perlunicode.pod
proto.h
regcomp.c