aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Collapse)Author
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
in C, and the C code understands UTF8 id chars.
2021-05-31Moved utf8 code into a C file, fixed some potential null deref issuesBruce Hill