index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utf8.c
Age
Commit message (
Expand
)
Author
2015-01-05
Reformatted code consistently with astyle.
John MacFarlane
2014-12-29
Added cmark_ prefix to functions in cmark_ctype.
John MacFarlane
2014-12-29
Added cmark_ctype.h with locale-independent isspace, ispunct, etc.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-11-24
Validate UTF-8 input
Nick Wellnhofer
2014-11-24
Off-by-one error in utf8proc_detab
Nick Wellnhofer
2014-11-20
Added utf8proc_is_space.
John MacFarlane
2014-11-20
Added utf8proc_is_punctuation.
John MacFarlane
2014-11-16
Remove unneeded #includes
Nick Wellnhofer
2014-10-18
Reindented c sources.
John MacFarlane
2014-09-10
Improve invalid UTF8 codepoint skipping
Vicent Marti
2014-09-10
Fix infinite loop when case folding invalid UTF8 chars
Vicent Marti
2014-09-10
Cleanup reference implementation
Vicent Marti
2014-09-09
UTF8-aware detabbing and entity handling
Vicent Marti
2014-09-09
Rename to strbuf
Vicent Marti
2014-09-09
It buiiiilds
Vicent Marti
2014-09-09
ffffix
Vicent Marti
2014-09-09
lol
Vicent Marti
2014-08-13
Initial commit
John MacFarlane