summaryrefslogtreecommitdiff
path: root/utf8.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-17utf8: add function to align a string into given strbufLibravatar Karthik Nayak1-0/+15
2015-06-24Merge branch 'es/utf8-stupid-compiler-workaround'Libravatar Junio C Hamano1-1/+3
2015-06-05utf8: NO_ICONV: silence uninitialized variable warningLibravatar Eric Sunshine1-1/+3
2015-04-16utf8-bom: introduce skip_utf8_bom() helperLibravatar Junio C Hamano1-0/+3
2014-12-17utf8: add is_hfs_dotgit() helperLibravatar Jeff King1-0/+8
2013-07-09add missing "format" function attributesLibravatar Jeff King1-0/+1
2013-04-18pretty: support %>> that steal trailing spacesLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-04-18pretty: support truncating in %>, %< and %><Libravatar Nguyễn Thái Ngọc Duy1-0/+2
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringLibravatar Nguyễn Thái Ngọc Duy1-3/+16
2013-04-18utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Libravatar Junio C Hamano1-0/+2
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitLibravatar Kirill Smelkov1-0/+2
2013-02-14Merge branch 'jx/utf8-printf-width'Libravatar Junio C Hamano1-0/+1
2013-02-11Add utf8_fprintf helper that returns correct number of columnsLibravatar Jiang Xin1-0/+1
2013-01-02Merge branch 'sp/shortlog-missing-lf'Libravatar Junio C Hamano1-2/+2
2012-12-11strbuf_add_wrapped*(): Remove unused return valueLibravatar Steffen Prohaska1-2/+2
2012-11-04reencode_string(): introduce and use same_encoding()Libravatar Junio C Hamano1-0/+1
2012-07-08git on Mac OS and precomposed unicodeLibravatar Torsten Bögershausen1-0/+1
2011-02-23strbuf: add fixed-length version of add_wrapped_textLibravatar Jeff King1-0/+2
2010-03-02Merge branch 'rs/optim-text-wrap'Libravatar Junio C Hamano1-1/+0
2010-02-20utf8.c: remove print_wrapped_text()Libravatar René Scharfe1-1/+0
2010-01-12utf8.c: mark file-local function staticLibravatar Junio C Hamano1-1/+0
2009-10-19Add strbuf_add_wrapped_text() to utf8.[ch]Libravatar Johannes Schindelin1-0/+2
2009-02-04utf8: add utf8_strwidth()Libravatar Geoffrey Thomas1-0/+1
2008-01-06utf8_width(): allow non NUL-terminated inputLibravatar Junio C Hamano1-2/+2
2008-01-06utf8: pick_one_utf8_char()Libravatar Junio C Hamano1-0/+3
2007-02-27Actually make print_wrapped_text() usefulLibravatar Johannes Schindelin1-1/+1
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Libravatar Junio C Hamano1-0/+2
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cLibravatar Junio C Hamano1-0/+6
2006-12-24commit-tree: encourage UTF-8 commit messages.Libravatar Johannes Schindelin1-0/+8