Commit 86fda06897ccd4d610410f920923c6e1f3e2bf3d Parent d943eed9db668bb3399264d5c978e20882bc6098 Author John MacFarlane <jgm@berkeley.edu> Date Mon, 29 Dec 2014 22:15:09 -0800 Added cmark_ctype.h with locale-independent isspace, ispunct, etc. Otherwise cmark's behavior varies unpredictably with the locale. `is_punctuation` in utf8.h has also been adjusted so that everything that counts all ASCII symbol characters count as punctuation, even though some are not in P* character classes.