summaryrefslogtreecommitdiff
path: root/src/utf8.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-22Add utf8.{c,h} for common UTF-8 util functionsRan Benita1-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>