summaryrefslogtreecommitdiff
path: root/src/utf8.hh
AgeCommit message (Expand)Author
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