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
/
unicode.hh
Age
Commit message (
Expand
)
Author
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-10-04
Treat '\n' as 1 column wide
Maxime Coste
2016-10-01
Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth function
Maxime Coste
2016-10-01
Rename get_width to codepoint_width
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-11
Use C++ locale based functions instead of the libc ones
Maxime Coste
2016-04-04
Tweak categorize(Codepoint) implementation
Maxime Coste
2015-11-15
Move is_basic_alpha to unicode.hh
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-07-01
Refactor select_arguments and slightly change behaviour for non-inner
Maxime Coste
2015-04-29
Use char32_t for Codepoint
Maxime Coste
2015-04-15
Remove is_blank, which is identical to is_horizontal_blank
Maxime Coste
2014-01-05
Use wide character function for categorizing codepoints
Maxime Coste
2013-12-14
Move template selectors to the header
Maxime Coste
2013-11-17
move is_horizontal_blank to unicode.hh
Maxime Coste
2013-07-15
use C isalnum instead of C++ std::isalnum
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-26
use std::isalnum for is_word implementation in order to support unicode
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste