handy.h: Improve isDIGIT_utf8() and isXDIGIT_utf8() macros
authorKarl Williamson <public@khwilliamson.com>
Fri, 7 Dec 2012 01:49:14 +0000 (18:49 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:30:02 +0000 (10:30 -0700)
commitcc8ab7c00e799e0a0242fced558ccb06b2cbb566
tree689df57f251cecd07dec6a24ab3aa03dc0432480
parentedfb33188d1b983a72693f1fba62886727e8616a
handy.h: Improve isDIGIT_utf8() and isXDIGIT_utf8() macros

There are no digits in the upper Latin1 range, therefore we can skip
testing for such.
handy.h