aboutsummaryrefslogtreecommitdiffstats
path: root/utf8.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-26doc: switch links to httpsJosh Soref1-3/+3
2022-12-13Sync with Git 2.31.6Junio C Hamano1-1/+1
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt1-1/+1
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King1-0/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-1/+1
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen1-1/+1
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+2
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2018-07-24reencode_string: use size_t for string lengthsJeff King1-5/+5
2018-05-29Sync with Git 2.17.1Junio C Hamano1-0/+5
2018-05-21is_hfs_dotgit: match other .git filesJeff King1-0/+5
2018-04-16utf8: add function to detect a missing UTF-16/32 BOMLars Schneider1-0/+19
2018-04-16utf8: add function to detect prohibited UTF-16/32 BOMLars Schneider1-0/+9
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2015-09-17utf8: add function to align a string into given strbufKarthik Nayak1-0/+15
2015-06-24Merge branch 'es/utf8-stupid-compiler-workaround'Junio C Hamano1-1/+3
2015-06-05utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine1-1/+3
2015-04-16utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano1-0/+3
2014-12-17utf8: add is_hfs_dotgit() helperJeff King1-0/+8
2013-07-09add missing "format" function attributesJeff King1-0/+1
2013-04-18pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy1-0/+1
2013-04-18pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy1-0/+2
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy1-3/+16
2013-04-18utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy1-0/+1
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano1-0/+2
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov1-0/+2
2013-02-14Merge branch 'jx/utf8-printf-width'Junio C Hamano1-0/+1
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin1-0/+1
2013-01-02Merge branch 'sp/shortlog-missing-lf'Junio C Hamano1-2/+2
2012-12-11strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska1-2/+2
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano1-0/+1
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen1-0/+1
2011-02-23strbuf: add fixed-length version of add_wrapped_textJeff King1-0/+2
2010-03-02Merge branch 'rs/optim-text-wrap'Junio C Hamano1-1/+0
2010-02-20utf8.c: remove print_wrapped_text()René Scharfe1-1/+0
2010-01-12utf8.c: mark file-local function staticJunio C Hamano1-1/+0
2009-10-19Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin1-0/+2
2009-02-04utf8: add utf8_strwidth()Geoffrey Thomas1-0/+1
2008-01-06utf8_width(): allow non NUL-terminated inputJunio C Hamano1-2/+2
2008-01-06utf8: pick_one_utf8_char()Junio C Hamano1-0/+3
2007-02-27Actually make print_wrapped_text() usefulJohannes Schindelin1-1/+1
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano1-0/+2
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano1-0/+6
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin1-0/+8