utf8.c: Move some code around for speed
authorKarl Williamson <public@khwilliamson.com>
Wed, 26 Jun 2013 21:30:59 +0000 (15:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:09 +0000 (09:56 -0600)
commitd943212517d35e9f03278a2209388b93f634664a
treec1ef789af97ff99a511ae5c842604a245f8fc611
parenta3481822e07c32c1f394cd35adc5080a45f628d7
utf8.c: Move some code around for speed

This is a micro optimization.  We now check for a common case and return
if found, before checking for a relatively uncommon case.
utf8.c