summaryrefslogtreecommitdiffstats
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8: add function to align a string into given strbufKarthik Nayak2015-09-171-0/+21
* utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-161-0/+11
* Merge branch 'maint-2.1' into maintJunio C Hamano2015-01-071-12/+20
|\
| * Merge branch 'maint-2.0' into maint-2.1Junio C Hamano2015-01-071-12/+20
| |\
| | * Merge branch 'maint-1.9' into maint-2.0Junio C Hamano2015-01-071-12/+20
| | |\
| | | * Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2015-01-071-12/+20
| | | |\
| | | | * is_hfs_dotgit: loosen over-eager match of \u{..47}Jeff King2014-12-291-12/+20
* | | | | Sync with v2.1.4Junio C Hamano2014-12-171-0/+64
|\| | | |
| * | | | Sync with v2.0.5Junio C Hamano2014-12-171-0/+64
| |\| | |
| | * | | Sync with v1.9.5Junio C Hamano2014-12-171-0/+64
| | |\| |
| | | * | Sync with v1.8.5.6Junio C Hamano2014-12-171-0/+64
| | | |\|
| | | | * utf8: add is_hfs_dotgit() helperJeff King2014-12-171-0/+64
* | | | | Merge branch 'rs/export-strbuf-addchars'Junio C Hamano2014-09-191-7/+0
|\ \ \ \ \
| * | | | | strbuf: export strbuf_addchars()René Scharfe2014-09-081-7/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'nd/strbuf-utf8-replace'Junio C Hamano2014-09-091-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | utf8.c: fix strbuf_utf8_replace() consuming data beyond input stringNguyễn Thái Ngọc Duy2014-08-111-0/+3
| | |/ / | |/| |
* | | | Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano2014-06-061-69/+7
|\ \ \ \ | |/ / / |/| | |
| * | | utf8: make it easier to auto-update git_wcwidth()Torsten Bögershausen2014-05-121-59/+2
| * | | utf8.c: use a table for double_widthTorsten Bögershausen2014-05-121-23/+18
| | |/ | |/|
* | | Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano2014-04-161-5/+4
|\| |
| * | utf8.c: partially update to version 6.3Torsten Bögershausen2014-04-091-5/+4
| |/
* | utf8: use correct type for values in interval tableJohn Keeping2014-02-181-2/+2
* | utf8: fix iconv error detectionJohn Keeping2014-02-181-1/+1
|/
* pretty: Fix bug in truncation support for %>, %< and %><Ramsay Jones2013-04-281-2/+2
* pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy2013-04-181-1/+1
* pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy2013-04-181-0/+46
* utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-3/+7
* utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy2013-04-181-6/+14
* utf8.c: move display_mode_esc_sequence_len() for use by other functionsNguyễn Thái Ngọc Duy2013-04-181-14/+14
* Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano2013-03-251-0/+39
|\
| * format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-091-0/+39
| * Merge branch 'jc/same-encoding' into maintJunio C Hamano2012-12-071-0/+7
| |\
| * \ Merge branch 'js/format-2047' into maintJunio C Hamano2012-11-201-1/+1
| |\ \
* | \ \ Merge branch 'jk/utf-8-can-be-spelled-differently'Junio C Hamano2013-03-211-2/+18
|\ \ \ \
| * | | | utf8: accept alternate spellings of UTF-8Jeff King2013-02-251-2/+18
| |/ / /
* | | | Merge branch 'jx/utf8-printf-width'Junio C Hamano2013-02-141-0/+21
|\ \ \ \
| * | | | Add utf8_fprintf helper that returns correct number of columnsJiang Xin2013-02-111-0/+21
* | | | | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-021-7/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska2012-12-111-7/+6
| | |/ / | |/| |
* | | | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-151-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-041-0/+7
| | |/ | |/|
* | | Merge branch 'js/format-2047'Jeff King2012-11-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * utf8: fix off-by-one wrapping of textJan H. Schönherr2012-10-181-1/+1
* | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-10/+16
|/
* strbuf: add fixed-length version of add_wrapped_textJeff King2011-02-231-0/+9
* Merge branch 'rs/optim-text-wrap'Junio C Hamano2010-03-021-33/+28
|\
| * utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-201-6/+17
| * utf8.c: remove strbuf_write()René Scharfe2010-02-201-13/+5
| * utf8.c: remove print_spaces()René Scharfe2010-02-201-9/+6
| * utf8.c: remove print_wrapped_text()René Scharfe2010-02-201-5/+0