Skip to content

Commit 3fe5799

Browse files
bbolligitster
authored andcommitted
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>
1 parent fef54f3 commit 3fe5799

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/update-unicode/update_unicode.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ fi &&
2525
UNICODE_DIR=. && export UNICODE_DIR &&
2626
cat >$UNICODEWIDTH_H <<-EOF
2727
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)
3029
};
3130
static const struct interval double_width[] = {
3231
$(uniset/uniset --32 eaw:F,W)

0 commit comments

Comments
 (0)