This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8_heavy: Use new mktables caseless feature
authorKarl Williamson <public@khwilliamson.com>
Tue, 1 Feb 2011 05:40:24 +0000 (22:40 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 2 Feb 2011 23:31:21 +0000 (16:31 -0700)
commit4ff124d1950fcd3422a53601f54b293c3e28e700
tree7690791dd55361ffa3701a202e8e28b0296466e9
parenta5c376b78a9b42912acccf456a320266fa90eeff
utf8_heavy: Use new mktables caseless feature

This patch causes utf8_heavy.pl to know about the new data structure that
mktables now generates to indicate what substitute table to use for one that
has different results under /i matching.

Note that regcomp.c, as of this commit, does not generate the names that would
exercise this code.
lib/utf8_heavy.pl