summaryrefslogtreecommitdiff
path: root/src/utf8_iterator.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-06-24Rename utf8::utf8_iterator to utf8::iteratorMaxime Coste
2014-05-21Make utif_iterator more tolerant to invalid utf8Maxime Coste
2013-12-03indent fixesMaxime Coste
2013-06-06add utf8::make_iterator helper functionMaxime Coste
2013-06-06utf8_iterators: rename underlying_iterator to baseMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-03-06Add utf8_iterator::advance(CharCount, utf8_iterator end)Maxime 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-08add utf8_iterator for adapting byte iterators to iterate on unicode charactersMaxime Coste