summaryrefslogtreecommitdiff
path: root/src/utf8.hh
AgeCommit message (Expand)Author
2014-10-13Use Pass as default policy for invalid utf8 avoid asserting on thatMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-07-05Use unsigned char rather than char in utf8 decoding to avoid sign extensionMaxime Coste
2014-05-14utf8::is_character_start takes directly the char valueMaxime Coste
2013-05-30Add utf8::codepoint_size functionMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-02-27utf8::dump uses a copy of the output iterator instead of a referenceMaxime Coste
2013-02-26Add utf8::character_start functionMaxime Coste
2012-10-27utf8: use CharCount instead of size_tMaxime Coste
2012-10-17utf8: replace InvalidBytePolicy::Throw with InvalidBytePolicy::AssertMaxime Coste
2012-10-13utf8::codepoint: configurable invalid byte policyMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-10-11Return something in utf8::distance, thanks again gcc for letting this workMaxime Coste
2012-10-10Actually return something in utf8::codepoint, thanks gcc for using raxMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...Maxime Coste
2012-10-09utf8: add dump(OutputIterator& it, Codepoint cp)Maxime Coste
2012-10-08add utf8 helpers in utf8.hhMaxime Coste