40 Commits (c7a62075917b3340f908093f63f1161c44ed1475)

Author SHA1 Message Date
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Torsten Bögershausen aab2a1ae48 Support working-tree-encoding "UTF-16LE-BOM" 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Jeff King c7d017d7e1 reencode_string: use size_t for string lengths 7 years ago
Jeff King 0fc333ba20 is_hfs_dotgit: match other .git files 7 years ago
Lars Schneider c6e48652f6 utf8: add function to detect a missing UTF-16/32 BOM 7 years ago
Lars Schneider 10ecb82e4f utf8: add function to detect prohibited UTF-16/32 BOM 7 years ago
Li Peng 832c0e5e63 typofix: assorted typofixes in comments, documentation and messages 9 years ago
Karthik Nayak 110dcda50d utf8: add function to align a string into given strbuf 9 years ago
Eric Sunshine e654eb29ab utf8: NO_ICONV: silence uninitialized variable warning 10 years ago
Junio C Hamano dde843e737 utf8-bom: introduce skip_utf8_bom() helper 10 years ago
Jeff King 6162a1d323 utf8: add is_hfs_dotgit() helper 10 years ago
Jeff King 4621085b7e add missing "format" function attributes 12 years ago
Nguyễn Thái Ngọc Duy 1640632b4f pretty: support %>> that steal trailing spaces 12 years ago
Nguyễn Thái Ngọc Duy a7f01c6b4d pretty: support truncating in %>, %< and %>< 12 years ago
Nguyễn Thái Ngọc Duy b782bbab94 utf8.c: add reencode_string_len() that can handle NULs in string 12 years ago
Nguyễn Thái Ngọc Duy 2bc1e7ecba utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences 12 years ago
Kirill Smelkov 6cd3c05327 format-patch: RFC 2047 says multi-octet character may not be split 12 years ago
Jiang Xin c082196575 Add utf8_fprintf helper that returns correct number of columns 12 years ago
Steffen Prohaska e0db1765c3 strbuf_add_wrapped*(): Remove unused return value 12 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 12 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Jeff King 98acc837a1 strbuf: add fixed-length version of add_wrapped_text 14 years ago
René Scharfe bb96a2c900 utf8.c: remove print_wrapped_text() 15 years ago
Junio C Hamano 5e133b8cf9 utf8.c: mark file-local function static 15 years ago
Johannes Schindelin a94410c813 Add strbuf_add_wrapped_text() to utf8.[ch] 15 years ago
Geoffrey Thomas 8a9391e944 utf8: add utf8_strwidth() 16 years ago
Junio C Hamano 44b25b872f utf8_width(): allow non NUL-terminated input 17 years ago
Junio C Hamano 396ccf1fcb utf8: pick_one_utf8_char() 17 years ago
Johannes Schindelin 094e03b039 Actually make print_wrapped_text() useful 18 years ago
Junio C Hamano 677cfed56a commit-tree: cope with different ways "utf-8" can be spelled. 18 years ago
Junio C Hamano b45974a655 Move encoding conversion routine out of mailinfo to utf8.c 18 years ago
Johannes Schindelin 9e83266525 commit-tree: encourage UTF-8 commit messages. 18 years ago