mk_PL_charclass.pl: Find non-latin1 folds
authorKarl Williamson <public@khwilliamson.com>
Mon, 15 Nov 2010 19:53:27 +0000 (12:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:56 +0000 (13:32 -0800)
commit00c072cfb7c241474c4ff06fecb0de3a4f0e46de
tree2371f52adca6be2cdc8d8d072659f6ca9c55ecac
parenta9ef53327dcfcb93436724193f806bbf675227db
mk_PL_charclass.pl: Find non-latin1 folds

The output of this .pl is to be used as the main table in
l1_char_class_tab.h.  Add a new bit to indicate if a Latin1 character
particpates in a a simple fold with a character outside the Latin1
range.  This will be used by regcomp.c to make decisions about how to
compile regexes.
Porting/mk_PL_charclass.pl