handy.h: No need to call fcns to compute if ASCII
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 17:56:40 +0000 (11:56 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:08 +0000 (09:58 -0600)
commit141d8bad68a083b9ce300cdc2e34549bd4240fe4
tree6320723cd7e6e8e93165182da341c5b994f76407
parent41f43cc22340d382ce3bf1249a2521a4ec5285a8
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.
handy.h