summaryrefslogtreecommitdiff
path: root/src/core/wee-utf8.c
AgeCommit message (Expand)Author
2023-03-26core: fix code style (issue #1503)Sébastien Helleu
2023-03-26core: Implement commands for operating on a single input lineTrygve Aaberge
2023-01-28core: make case insensitive comparison with a lower case string (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-24api: return arithmetic difference between chars in string comparison functionsSébastien Helleu
2022-12-21core: improve case convert and insensitive char comparisons (closes #258)Sébastien Helleu
2022-12-19core: remove unneeded castsSébastien Helleu
2022-12-18core: return number of bytes for UTF-8 char in function utf8_int_stringSébastien Helleu
2022-12-10core: do not display non printable chars, fix function utf8_char_size_screenSébastien Helleu
2022-12-10api: add function utf8_strncpySébastien Helleu
2022-12-10core: optimize and fix function utf8_strlen_screen with non printable charsSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-07-20core: fix code style in function utf8_is_valid()Sébastien Helleu
2014-07-20Merge branch 'master' of git://github.com/anders/weechat into anders-masterSébastien Helleu
2014-07-05core: return only -1, 0 or 1 in string comparison functionsSébastien Helleu
2014-06-16core: overlong UTF-8 encoding and surrogates (U+D800-DFFF) are invalid.Anders Bergh
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ins...Sebastien Helleu
2014-01-18core: update some function commentsSebastien Helleu
2014-01-15core: add option weechat.look.tab_widthSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-02core: fix spaces displayed after combining chars (bug #40115)Sebastien Helleu
2013-06-29core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.cSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-05-15core: fix compilation warning on a comparison using type "wint_t"Sebastien Helleu
2012-04-14core: do not use malloc in function utf8_strlen_screen for small strings (4 b...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-02core: remove "const" for first argument of function utf8_normalizeSebastien Helleu
2011-02-08Add missing parenthesesSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-08-06Fix bug when comparing chars and ignoring case (with some locales) (bug #27190)Sebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu