summaryrefslogtreecommitdiff
path: root/src/unicode.hh
AgeCommit message (Collapse)Author
2014-01-05Use wide character function for categorizing codepointsMaxime Coste
Previously we used the is... rather than isw... These functions were not supporting non ascii characters correctly
2013-12-14Move template selectors to the headerMaxime Coste
2013-11-17move is_horizontal_blank to unicode.hhMaxime Coste
2013-07-15use C isalnum instead of C++ std::isalnumMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-02-26use std::isalnum for is_word implementation in order to support unicodeMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, ↵Maxime Coste
s/utf8::Codepoint/Codepoint/