summaryrefslogtreecommitdiff
path: root/src/utf8.c
AgeCommit message (Expand)Author
2015-12-19Use fully qualified versions of constants.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-06Prefix utf8proc functions to avoid conflict with existing libraryKevin Wojniak
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-06-16Renamed utf8proc_detab as utf8proc_check, removed detabbing function.John MacFarlane
2015-06-16astyle formatting changes.John MacFarlane
2015-06-10Revert "Merge pull request #58 from nwellnhof/optimize_utf8proc_detab"John MacFarlane
2015-06-09Further optimize utf8proc_validNick Wellnhofer
2015-06-09Roll utf8proc_charlen into utf8proc_validNick Wellnhofer
2015-06-09Optimize utf8proc_detabNick Wellnhofer
2015-06-07Convert code base to strbuf_tNick Wellnhofer
2015-04-16Pass-through Unicode non-charactersNick Wellnhofer
2015-01-05Reformatted code consistently with astyle.John MacFarlane
2014-12-29Added cmark_ prefix to functions in cmark_ctype.John MacFarlane
2014-12-29Added cmark_ctype.h with locale-independent isspace, ispunct, etc.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-11-24Validate UTF-8 inputNick Wellnhofer
2014-11-24Off-by-one error in utf8proc_detabNick Wellnhofer
2014-11-20Added utf8proc_is_space.John MacFarlane
2014-11-20Added utf8proc_is_punctuation.John MacFarlane
2014-11-16Remove unneeded #includesNick Wellnhofer
2014-10-18Reindented c sources.John MacFarlane
2014-09-10Improve invalid UTF8 codepoint skippingVicent Marti
2014-09-10Fix infinite loop when case folding invalid UTF8 charsVicent Marti
2014-09-10Cleanup reference implementationVicent Marti
2014-09-09UTF8-aware detabbing and entity handlingVicent Marti
2014-09-09Rename to strbufVicent Marti
2014-09-09It buiiiildsVicent Marti
2014-09-09ffffixVicent Marti
2014-09-09lolVicent Marti
2014-08-13Initial commitJohn MacFarlane