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>

Beat Bolli committed Dec 14, 2016 at 00:31 UTC 3fe5799144f242ca9cacd0211318e36f9a09d7c6
1 file changed +1 -2
contrib/update-unicode/update_unicode.sh
+1 -2
@@ -25,8 +25,7 @@ fi &&
25 UNICODE_DIR=. && export UNICODE_DIR &&
26 cat >$UNICODEWIDTH_H <<-EOF
27 static const struct interval zero_width[] = {
28 - $(uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
29 - grep -v plane)
28 + $(uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD)
29 };
30 static const struct interval double_width[] = {
31 $(uniset/uniset --32 eaw:F,W)