diff options
author | Beat Bolli <dev+git@drbeat.li> | 2016-12-14 00:31:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-14 09:48:07 -0800 |
commit | 3fe5799144f242ca9cacd0211318e36f9a09d7c6 (patch) | |
tree | b1e163b89e275c3553c5a7c30ec3e75859ea3a93 /contrib/update-unicode | |
parent | update_unicode.sh: automatically download newer definition files (diff) | |
download | tgif-3fe5799144f242ca9cacd0211318e36f9a09d7c6.tar.xz |
update_unicode.sh: remove the plane filter
The uniset upstream has accepted my patches that eliminate the Unicode
plane offsets from the output in '--32' mode.
Remove the corresponding filter in update_unicode.sh.
This also fixes the issue that the plane offsets were not removed from
the second uniset call.
Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/update-unicode')
-rwxr-xr-x | contrib/update-unicode/update_unicode.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/update-unicode/update_unicode.sh b/contrib/update-unicode/update_unicode.sh index 56871a1f49..e05db92d3f 100755 --- a/contrib/update-unicode/update_unicode.sh +++ b/contrib/update-unicode/update_unicode.sh @@ -25,8 +25,7 @@ fi && UNICODE_DIR=. && export UNICODE_DIR && cat >$UNICODEWIDTH_H <<-EOF static const struct interval zero_width[] = { - $(uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD | - grep -v plane) + $(uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD) }; static const struct interval double_width[] = { $(uniset/uniset --32 eaw:F,W) |