JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new utf decoder
authorDamian Okrasa <dokrasa@gmail.com>
Tue, 25 Mar 2014 19:20:26 +0000 (20:20 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 27 Mar 2014 06:19:37 +0000 (07:19 +0100)
commit45b808b88ee63f21a188800ba3473a24a3c4b987
treee4f5285e5b27a438c770aa4d794823e027cccac3
parent71328cbcdc88f4fdfbb62d8c0324938e245c8971
new utf decoder

This patch replaces current utf decoder with a new one, which is ~50
lines shorter and should be easier to understand. Parsing 5 and 6
sequences, if necessary, requires trivial modification of UTF_SIZ
constant and utfbyte, utfmask, utfmin, utfmax arrays.
st.c