handy.h: Speed up isIDFIRST_utf8()
authorKarl Williamson <public@khwilliamson.com>
Wed, 28 Sep 2011 21:03:57 +0000 (15:03 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:10 +0000 (09:58 -0600)
commit7049214e3eea022e77794ed9b9d9038f93695ef9
tree2a2bfb5c3cb22557096b7b93689b1416d63507b0
parentb289b443840217f6eabfcc3ae622f08f4ef76487
handy.h: Speed up isIDFIRST_utf8()

This now takes advantage of the new table that mktables generates
to find out if a character is a legal start character in Perl's
definition.  Previously, it had to be looked up in two tables.
handy.h