Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] add build-time option to use unicode9 character widths



This patch adds support for unicode9 character widths. wcwidth9.h comes from
https://github.com/joshuarubin/wcwidth9. Its tables were generated from those
already in use by vim/neovim which in turn build them from the official unicode
files EastAsianWidth.txt and emoji-data.txt

Joshua Rubin (1):
  add build-time option to use unicode9 character widths

 Src/compat.c   |   13 +-
 Src/wcwidth9.h | 1321 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Src/zsh.h      |    4 +-
 configure.ac   |   12 +
 4 files changed, 1348 insertions(+), 2 deletions(-)
 create mode 100644 Src/wcwidth9.h

-- 
2.10.2



Messages sorted by: Reverse Date, Date, Thread, Author