summaryrefslogtreecommitdiffstats
path: root/utf8.c
AgeCommit message (Expand)AuthorLines
2009-02-04utf8: add utf8_strwidth()Geoffrey Thomas-0/+19
2008-01-06utf8_width(): allow non NUL-terminated inputJunio C Hamano-32/+52
2008-01-06utf8: pick_one_utf8_char()Junio C Hamano-6/+21
2007-11-15Remove unreachable statementsGuido Ostkamp-1/+0
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano-1/+2
2007-05-07wcwidth redeclarationAmos Waterland-2/+2
2007-03-03Merge branch 'maint'Junio C Hamano-6/+14
2007-03-03Fix a "pointer type missmatch" warning.Ramsay Jones-2/+8
2007-03-03Fix some "comparison is always true/false" warnings.Ramsay Jones-4/+6
2007-03-02print_wrapped_text: fix output for negative indentJohannes Schindelin-1/+1
2007-02-27Actually make print_wrapped_text() usefulJohannes Schindelin-5/+12
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano-0/+9
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano-0/+54
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin-0/+278