Change format of mktables output binary property tables
authorKarl Williamson <public@khwilliamson.com>
Wed, 25 Dec 2013 03:11:23 +0000 (20:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:23 +0000 (08:27 -0700)
commit31aa6e0befef7d9d5586b53de01cc20ca71f9a4b
tree57dc960b4f24bda930539eb512850b1cd7394f7d
parent2d88a86a5910c97496b47b7b7c223f2c9a14b57c
Change format of mktables output binary property tables

mktables now outputs the tables for binary properties as inversion
lists, with a size as the first element.  This means simpler handling of
these tables in the core, including removal of an entire pass over them
(it was done just to get the size).  These tables are marked as for
internal use by the Perl core only, so their format is changeable at
will.
embed.fnc
embed.h
lib/Unicode/UCD.pm
lib/Unicode/UCD.t
lib/unicore/mktables
proto.h
regcomp.c
utf8.c