summaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Expand)AuthorFilesLines
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