utf8.c: Use existing macros instead of duplicate code
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Jan 2014 03:28:24 +0000 (20:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 6 Jan 2014 04:28:16 +0000 (21:28 -0700)
commit0324dadaebed3376a82581ec86490ede0d85ceb1
tree77164250d592733d3c45b1702447c9985068c433
parent8bed4564ff8c76dca8a43f80873148de2591c1ee
utf8.c: Use existing macros instead of duplicate code

In all these cases, there is an already existing macro that does exactly
the same thing as the code that this commit replaces.  No sense
duplicating logic.
utf8.c