This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charclass_invlists.h: Add some inverse folds.
authorKarl Williamson <khw@cpan.org>
Wed, 18 Mar 2020 15:12:34 +0000 (09:12 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Oct 2020 13:01:41 +0000 (07:01 -0600)
commit59142b8bd98e53318226c235b25118b63b24c99f
tree4904234e51e8b20ef4ff9842f10b67df9498ddd4
parent4fad5f9fde90649f8a92ff93e775cf814b118f19
charclass_invlists.h: Add some inverse folds.

The MICRO SIGN folds to above the Latin1 range, the only character that
does so in Unicode (or ever likely to).  This requires special handling.
This commit reduces some of the need for that handling by creating the
inversion map for it, which can be used in certain instances in pattern
matching, without having to have a special case.  The actual use of this
will come in a future commit.
charclass_invlists.h
lib/unicore/uni_keywords.pl
regen/mk_invlists.pl
uni_keywords.h