summaryrefslogtreecommitdiff
path: root/ccan/charset/test
AgeCommit message (Collapse)Author
2011-06-11charset: Rewrote utf8_validate, and added four new functions:Joey Adams
* utf8_read_char * utf8_write_char * from_surrogate_pair * to_surrogate_pair
2010-04-09From: Joseph Adams <joeyadams3.14159@gmail.com>Rusty Russell
The charset patch makes utf8_validate reject the invalid codepoints U+FFFE and U+FFFF . Hopefully it's fully UTF-8 compliant now.
2010-03-31Joey's charset validation module.Joseph Adams