aboutsummaryrefslogtreecommitdiff
path: root/utf8.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utf8: make sure to honor the array length properlyLinus Torvalds2012-07-101-2/+2
| | | | | | | Right now the input side can give partial utf8 input, and that showed that we didn't properly handle that case. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Split up the utf8 helper functions into a file of their ownLinus Torvalds2012-07-101-0/+98
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>