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)
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.


No differences found