utf8.c: Use U8 instead of UV in several places
authorKarl Williamson <public@khwilliamson.com>
Sun, 1 Dec 2013 17:43:39 +0000 (10:43 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 3 Dec 2013 17:05:23 +0000 (10:05 -0700)
commita6d8b88bddcbdbfbc01813a3db383b5f5412e8b1
tree27459f6f18c4c02c12a82900b9ec316a036da873
parent77806deadcc5dd84c2a61471c46ddee174f21a2d
utf8.c: Use U8 instead of UV in several places

These temporaries are all known to fit into 8 bits; by using a U8 it
should be more obvious to an optimizing compiler, and so the bounds
checking need not be done.
utf8.c