summaryrefslogtreecommitdiff
path: root/src/utf8.h
Commit message (Collapse)AuthorAgeFilesLines
* Add utf8.{c,h} for common UTF-8 util functionsRan Benita2014-03-221-0/+36
We need to validate some UTF-8, so this adds an is_valid_utf8() function, which is probably pretty slow but should work correctly. Signed-off-by: Ran Benita <ran234@gmail.com>