index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-utf8.c
Age
Commit message (
Expand
)
Author
2023-01-28
core: make case insensitive comparison with a lower case string (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-24
api: rename char comparison functions "utf8_char*" to "string_char*"
Sébastien Helleu
2022-12-24
api: return arithmetic difference between chars in string comparison functions
Sébastien Helleu
2022-12-21
core: improve case convert and insensitive char comparisons (closes #258)
Sébastien Helleu
2022-12-19
core: remove unneeded casts
Sébastien Helleu
2022-12-18
core: return number of bytes for UTF-8 char in function utf8_int_string
Sébastien Helleu
2022-12-10
core: do not display non printable chars, fix function utf8_char_size_screen
Sébastien Helleu
2022-12-10
api: add function utf8_strncpy
Sébastien Helleu
2022-12-10
core: optimize and fix function utf8_strlen_screen with non printable chars
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-08-18
api: add argument "length" in function utf8_is_valid()
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-07-20
core: fix code style in function utf8_is_valid()
Sébastien Helleu
2014-07-20
Merge branch 'master' of git://github.com/anders/weechat into anders-master
Sébastien Helleu
2014-07-05
core: return only -1, 0 or 1 in string comparison functions
Sébastien Helleu
2014-06-16
core: overlong UTF-8 encoding and surrogates (U+D800-DFFF) are invalid.
Anders Bergh
2014-01-24
core: add support of escaped unicode chars in commands /print and "/input ins...
Sebastien Helleu
2014-01-18
core: update some function comments
Sebastien Helleu
2014-01-15
core: add option weechat.look.tab_width
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-10-02
core: fix spaces displayed after combining chars (bug #40115)
Sebastien Helleu
2013-06-29
core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.c
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-05-15
core: fix compilation warning on a comparison using type "wint_t"
Sebastien Helleu
2012-04-14
core: do not use malloc in function utf8_strlen_screen for small strings (4 b...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-12
api: add new functions strcasecmp_range and strncasecmp_range
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-08-02
core: remove "const" for first argument of function utf8_normalize
Sebastien Helleu
2011-02-08
Add missing parentheses
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-08-06
Fix bug when comparing chars and ignoring case (with some locales) (bug #27190)
Sebastien Helleu
2009-06-28
Add french translation of Plugin API Reference
Sebastien Helleu
2009-04-15
Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()
Sebastien Helleu
2009-04-14
Fix text search in buffer with some utf-8 chars (bug #25649)
Sebastien Helleu
[next]