summaryrefslogtreecommitdiff
path: root/utf8.h
AgeCommit message (Expand)Author
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-07-24reencode_string: use size_t for string lengthsJeff King
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22is_hfs_dotgit: match other .git filesJeff King
2018-04-16utf8: add function to detect a missing UTF-16/32 BOMLars Schneider
2018-04-16utf8: add function to detect prohibited UTF-16/32 BOMLars Schneider
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2015-09-17utf8: add function to align a string into given strbufKarthik Nayak
2015-06-24Merge branch 'es/utf8-stupid-compiler-workaround'Junio C Hamano
2015-06-05utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine
2015-04-16utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano
2014-12-17utf8: add is_hfs_dotgit() helperJeff King
2013-07-10add missing "format" function attributesJeff King
2013-04-18pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy
2013-04-18pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy
2013-04-18utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov
2013-02-14Merge branch 'jx/utf8-printf-width'Junio C Hamano
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin
2013-01-02Merge branch 'sp/shortlog-missing-lf'Junio C Hamano
2012-12-11strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano
2012-07-09git on Mac OS and precomposed unicodeTorsten Bögershausen
2011-02-23strbuf: add fixed-length version of add_wrapped_textJeff King
2010-03-02Merge branch 'rs/optim-text-wrap'Junio C Hamano
2010-02-20utf8.c: remove print_wrapped_text()René Scharfe
2010-01-12utf8.c: mark file-local function staticJunio C Hamano
2009-10-19Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin
2009-02-05utf8: add utf8_strwidth()Geoffrey Thomas
2008-01-07utf8_width(): allow non NUL-terminated inputJunio C Hamano
2008-01-07utf8: pick_one_utf8_char()Junio C Hamano
2007-02-28Actually make print_wrapped_text() usefulJohannes Schindelin
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin