handy.h: Don't call _utf8 fcns if Latin1
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 21:31:33 +0000 (15:31 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:09 +0000 (09:58 -0600)
commit7d7a6efc88f38442c73da47646216496c17de4db
tree9369abd7a337749e1bd528e40d47d68a76eb8514
parentc8362b00a2c72add5b4b3004cbde7ea473a3623d
handy.h: Don't call _utf8 fcns if Latin1

This patch avoids the overhead of calling eg. is_utf8_alpha() on Latin1
inputs. The result is known to Perl's core, and this can avoid a swash
load.
handy.h