Add generic _is_(uni|utf8)_FOO() function
authorKarl Williamson <public@khwilliamson.com>
Wed, 12 Dec 2012 16:17:50 +0000 (09:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:27 +0000 (11:11 -0700)
commit922e8cb4d0c8566afd151f6ffc58369c567e6407
treebc5574211a6bc33cbf5940b74f865fdb3e200fab
parent15861f948fe52aa0c72233cd9dfc0190bfa3fbb1
Add generic _is_(uni|utf8)_FOO() function

This function uses table lookup to replace 9 more specific functions,
which can be deprecated.  They should not have been exposed to the
public API in the first place
embed.fnc
embed.h
handy.h
proto.h
utf8.c