summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-24 11:56:40 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:08 -0600
commit141d8bad68a083b9ce300cdc2e34549bd4240fe4 (patch)
tree6320723cd7e6e8e93165182da341c5b994f76407 /utf8.c
parent41f43cc22340d382ce3bf1249a2521a4ec5285a8 (diff)
downloadperl-141d8bad68a083b9ce300cdc2e34549bd4240fe4.tar.gz
handy.h: No need to call fcns to compute if ASCII
Only the characters whose ordinals are 0-127 are ASCII. This is trivially computed by the macro, so no need to call is_uni_ascii() to do this. Also, since ASCII characters are the same when represented in utf8 or not, the utf8 function call is also superfluous.
Diffstat (limited to 'utf8.c')
0 files changed, 0 insertions, 0 deletions