utf8.c: Don't use slower general-purpose function
authorKarl Williamson <public@khwilliamson.com>
Sat, 6 Apr 2013 18:54:42 +0000 (12:54 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:05 +0000 (09:56 -0600)
commit80e0b38f646b11e453a9c2a9b9246021446ff851
tree8ace0a8e69b61813fea4a6485e43805ceac893af
parent1a91c45dafa351df09ab053d5366a6d6fe31e565
utf8.c: Don't use slower general-purpose function

There is a macro that accomplishes the same task for a two byte UTF-8
encoded character, and avoids the overhead of the general purpose
function call.
utf8.c