This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: force code point tables are range size 1
authorKarl Williamson <public@khwilliamson.com>
Thu, 3 Mar 2011 05:14:24 +0000 (22:14 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 3 Mar 2011 05:32:22 +0000 (22:32 -0700)
commit0911a63df6aeaa6d22129e5be33256d3ea1235cc
tree2974dc64a2d6db4966b31dbbb3389754c1a30076
parent20863809fc1a465b942f84ae1005781e1cafb994
mktables: force code point tables are range size 1

As stated in the comment, the Perl core is expecting a different
range value definition than this program outputs.  But this isn't a
problem if the range size is set to 1.  Currently the core only reads in
tables that map to code points, so do it only for them.
lib/unicore/mktables