Merge branch 'tb/unicode-6.3-zero-width'
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Jun 2014 18:29:38 +0000 (11:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jun 2014 18:29:38 +0000 (11:29 -0700)
Update the logic to compute the display width needed for utf8
strings and allow us to more easily maintain the tables used in
that logic.

We may want to let the users choose if codepoints with ambiguous
widths are treated as a double or single width in a follow-up patch.

* tb/unicode-6.3-zero-width:
utf8: make it easier to auto-update git_wcwidth()
utf8.c: use a table for double_width

1  2 
.gitignore
Makefile
utf8.c
diff --cc .gitignore
Simple merge
diff --cc Makefile
Simple merge
diff --cc utf8.c
Simple merge