summaryrefslogtreecommitdiff
path: root/src/core/wee-utf8.c
AgeCommit message (Expand)Author
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
2009-04-15Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()Sebastien Helleu
2009-04-14Fix text search in buffer with some utf-8 chars (bug #25649)Sebastien Helleu
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu
2009-03-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ...Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-15Remove unused variableSebastien Helleu
2008-11-15Add function utf8_strndup to C plugin APISebastien Helleu
2008-09-05Many changes in docSebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu