This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Generalize the scx property handling
authorKarl Williamson <khw@cpan.org>
Mon, 3 Feb 2020 21:49:44 +0000 (14:49 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 3 Feb 2020 23:34:55 +0000 (16:34 -0700)
commit7e6fafba8de0dae89c5a2a65b1f974f1122fa4f2
tree06dc338f558cedb379f3dc8577481762001f3e0c
parent9664dd62ebbb75178efd21930107a01d78ba255c
mktables: Generalize the scx property handling

Until now, this property was unique in that it specifies a set of
possible values for scripts that a character can be in, rather than a
single script.  That multiplicity has been handled specially.  But the
next couple of commits will introduce another property that has similar
characteristics.  This commit makes the scx handling more general, so as
to also be usable for the new property.
charclass_invlists.h
lib/unicore/mktables
lib/unicore/uni_keywords.pl
regcharclass.h
uni_keywords.h