This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_PL_charclass.pl: Don't confuse simple with multi folds
authorKarl Williamson <khw@cpan.org>
Wed, 24 Jun 2015 18:37:55 +0000 (12:37 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 29 Jul 2015 04:15:53 +0000 (22:15 -0600)
commit377a58578acd4376703a673bb8df01ce912cce1d
tree103a8cb2e8be0e9d94592d1c8434ade78e5fae62
parent37383e23159ff2a28bdeba94e6d4757968819d28
regen/mk_PL_charclass.pl: Don't confuse simple with multi folds

On early Unicode releases, this was saying that a character had a simple
fold from above Latin1, whereas it didn't.  This was caused by not
keeping the simple folds separate from the multi-character ones.
The solution is to keep a separate data structure for the simple ones.
regen/mk_PL_charclass.pl