This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add latin1 fold table
authorKarl Williamson <public@khwilliamson.com>
Fri, 12 Nov 2010 16:33:52 +0000 (09:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:52 +0000 (13:32 -0800)
commit3871f40bf5bbc33b83c9d4da28b28ab838a0006a
tree88531c1e4816e35a23fced9f89476be4d750075a
parent617b7ae7da886a680dcd425a3f41043f622ea6a2
perl.h: Add latin1 fold table

The adds a folding table that works on the full Latin1 character set,
except for three problematic characters that need special handling.
It is accessed by PL_fold_latin1.
perl.h