summaryrefslogtreecommitdiffstats
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+2
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* | reencode_string: use size_t for string lengthsJeff King2018-07-241-5/+5
|/
* Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+5
|\
| * is_hfs_dotgit: match other .git filesJeff King2018-05-211-0/+5
* | utf8: add function to detect a missing UTF-16/32 BOMLars Schneider2018-04-161-0/+19
* | utf8: add function to detect prohibited UTF-16/32 BOMLars Schneider2018-04-161-0/+9
|/
* typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-061-1/+1
* utf8: add function to align a string into given strbufKarthik Nayak2015-09-171-0/+15
* Merge branch 'es/utf8-stupid-compiler-workaround'Junio C Hamano2015-06-241-1/+3
|\
| * utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine2015-06-051-1/+3
* | utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-161-0/+3
|/
* utf8: add is_hfs_dotgit() helperJeff King2014-12-171-0/+8
* add missing "format" function attributesJeff King2013-07-091-0/+1
* pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy2013-04-181-0/+1
* pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy2013-04-181-0/+2
* utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-3/+16
* utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy2013-04-181-0/+1
* Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano2013-03-251-0/+2
|\
| * format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-091-0/+2
* | Merge branch 'jx/utf8-printf-width'Junio C Hamano2013-02-141-0/+1
|\ \
| * | Add utf8_fprintf helper that returns correct number of columnsJiang Xin2013-02-111-0/+1
| |/
* | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-021-2/+2
|\ \ | |/ |/|
| * strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska2012-12-111-2/+2
* | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-041-0/+1
* | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+1
|/
* strbuf: add fixed-length version of add_wrapped_textJeff King2011-02-231-0/+2
* Merge branch 'rs/optim-text-wrap'Junio C Hamano2010-03-021-1/+0
|\
| * utf8.c: remove print_wrapped_text()René Scharfe2010-02-201-1/+0
* | utf8.c: mark file-local function staticJunio C Hamano2010-01-121-1/+0
|/
* Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin2009-10-191-0/+2
* utf8: add utf8_strwidth()Geoffrey Thomas2009-02-041-0/+1
* utf8_width(): allow non NUL-terminated inputJunio C Hamano2008-01-061-2/+2
* utf8: pick_one_utf8_char()Junio C Hamano2008-01-061-0/+3
* Actually make print_wrapped_text() usefulJohannes Schindelin2007-02-271-1/+1
* commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-301-0/+2
* Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-261-0/+6
* commit-tree: encourage UTF-8 commit messages.Johannes Schindelin2006-12-241-0/+8