index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utf8.hh
Age
Commit message (
Expand
)
Author
2014-10-13
Use Pass as default policy for invalid utf8 avoid asserting on that
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-07-05
Use unsigned char rather than char in utf8 decoding to avoid sign extension
Maxime Coste
2014-05-14
utf8::is_character_start takes directly the char value
Maxime Coste
2013-05-30
Add utf8::codepoint_size function
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-02-27
utf8::dump uses a copy of the output iterator instead of a reference
Maxime Coste
2013-02-26
Add utf8::character_start function
Maxime Coste
2012-10-27
utf8: use CharCount instead of size_t
Maxime Coste
2012-10-17
utf8: replace InvalidBytePolicy::Throw with InvalidBytePolicy::Assert
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-11
Return something in utf8::distance, thanks again gcc for letting this work
Maxime Coste
2012-10-10
Actually return something in utf8::codepoint, thanks gcc for using rax
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-09
utf8: add dump(OutputIterator& it, Codepoint cp)
Maxime Coste
2012-10-08
add utf8 helpers in utf8.hh
Maxime Coste