summaryrefslogtreecommitdiffstats
path: root/jv_unicode.c
AgeCommit message (Collapse)Author
2013-06-22Reject all overlong UTF8 sequences.Stephen Dolan
2013-06-22Fix various UTF8 parsing bugs.Stephen Dolan
In particular, parse bad UTF8 by replacing the broken bits with U+FFFD and resychronise correctly after broken sequences.
2013-05-08Check in jv_utf8_tables.gen.h, it is unlikely to change.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan