summaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-28pretty: Fix bug in truncation support for %>, %< and %><Libravatar Ramsay Jones1-2/+2
2013-04-18pretty: support %>> that steal trailing spacesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-04-18pretty: support truncating in %>, %< and %><Libravatar Nguyễn Thái Ngọc Duy1-0/+46
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringLibravatar Nguyễn Thái Ngọc Duy1-3/+7
2013-04-18utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesLibravatar Nguyễn Thái Ngọc Duy1-6/+14
2013-04-18utf8.c: move display_mode_esc_sequence_len() for use by other functionsLibravatar Nguyễn Thái Ngọc Duy1-14/+14
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Libravatar Junio C Hamano1-0/+39
2013-03-21Merge branch 'jk/utf-8-can-be-spelled-differently'Libravatar Junio C Hamano1-2/+18
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitLibravatar Kirill Smelkov1-0/+39
2013-02-25utf8: accept alternate spellings of UTF-8Libravatar Jeff King1-2/+18
2013-02-14Merge branch 'jx/utf8-printf-width'Libravatar Junio C Hamano1-0/+21
2013-02-11Add utf8_fprintf helper that returns correct number of columnsLibravatar Jiang Xin1-0/+21
2013-01-02Merge branch 'sp/shortlog-missing-lf'Libravatar Junio C Hamano1-7/+6
2012-12-11strbuf_add_wrapped*(): Remove unused return valueLibravatar Steffen Prohaska1-7/+6
2012-12-07Merge branch 'jc/same-encoding' into maintLibravatar Junio C Hamano1-0/+7
2012-11-20Merge branch 'js/format-2047' into maintLibravatar Junio C Hamano1-1/+1
2012-11-15Merge branch 'jc/same-encoding'Libravatar Junio C Hamano1-0/+7
2012-11-09Merge branch 'js/format-2047'Libravatar Jeff King1-1/+1
2012-11-04reencode_string(): introduce and use same_encoding()Libravatar Junio C Hamano1-0/+7
2012-10-18utf8: fix off-by-one wrapping of textLibravatar Jan H. Schönherr1-1/+1
2012-07-08git on Mac OS and precomposed unicodeLibravatar Torsten Bögershausen1-10/+16
2011-02-23strbuf: add fixed-length version of add_wrapped_textLibravatar Jeff King1-0/+9
2010-03-02Merge branch 'rs/optim-text-wrap'Libravatar Junio C Hamano1-33/+28
2010-02-20utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()Libravatar René Scharfe1-6/+17
2010-02-20utf8.c: remove strbuf_write()Libravatar René Scharfe1-13/+5
2010-02-20utf8.c: remove print_spaces()Libravatar René Scharfe1-9/+6
2010-02-20utf8.c: remove print_wrapped_text()Libravatar René Scharfe1-5/+0
2010-01-12utf8.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2009-11-23strbuf_add_wrapped_text(): skip over colour codesLibravatar René Scharfe1-1/+21
2009-11-22strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()Libravatar René Scharfe1-9/+17
2009-10-22Teach --wrap to only indent without wrappingLibravatar Junio C Hamano1-0/+13
2009-10-19Add strbuf_add_wrapped_text() to utf8.[ch]Libravatar Johannes Schindelin1-9/+24
2009-10-19print_wrapped_text(): allow hard newlinesLibravatar Johannes Schindelin1-2/+16
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specLibravatar Brandon Casey1-1/+1
2009-02-04utf8: add utf8_strwidth()Libravatar Geoffrey Thomas1-0/+19
2008-01-06utf8_width(): allow non NUL-terminated inputLibravatar Junio C Hamano1-32/+52
2008-01-06utf8: pick_one_utf8_char()Libravatar Junio C Hamano1-6/+21
2007-11-15Remove unreachable statementsLibravatar Guido Ostkamp1-1/+0
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano1-1/+2
2007-05-07wcwidth redeclarationLibravatar Amos Waterland1-2/+2
2007-03-03Merge branch 'maint'Libravatar Junio C Hamano1-6/+14
2007-03-03Fix a "pointer type missmatch" warning.Libravatar Ramsay Jones1-2/+8
2007-03-03Fix some "comparison is always true/false" warnings.Libravatar Ramsay Jones1-4/+6
2007-03-02print_wrapped_text: fix output for negative indentLibravatar Johannes Schindelin1-1/+1
2007-02-27Actually make print_wrapped_text() usefulLibravatar Johannes Schindelin1-5/+12
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Libravatar Junio C Hamano1-0/+9
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cLibravatar Junio C Hamano1-0/+54
2006-12-24commit-tree: encourage UTF-8 commit messages.Libravatar Johannes Schindelin1-0/+278