diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-04-12 12:50:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-04-12 12:50:37 +0000 |
commit | 92e308dc2a89dd51e9ea7d9fcd56aa6a4f3fc119 (patch) | |
tree | 4ba3821ce19d83d0959d458b61ee61ae053d47f3 | |
parent | 719345908898c0050d4616e43d72af5964c154d6 (diff) |
Remove some Korean characters from the zero-width list that apparently
shouldn't be there, from Jeong Mok Cho.
-rw-r--r-- | usr.bin/tmux/utf8.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/utf8.c b/usr.bin/tmux/utf8.c index 53c2d1c6782..80f6593c3eb 100644 --- a/usr.bin/tmux/utf8.c +++ b/usr.bin/tmux/utf8.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utf8.c,v 1.6 2011/01/03 23:35:22 nicm Exp $ */ +/* $OpenBSD: utf8.c,v 1.7 2013/04/12 12:50:36 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -171,7 +171,6 @@ struct utf8_width_entry utf8_width_table[] = { { 0x30000, 0x3fffd, 2, NULL, NULL }, { 0x00711, 0x00711, 0, NULL, NULL }, { 0x0fe00, 0x0fe0f, 0, NULL, NULL }, - { 0x01160, 0x011ff, 0, NULL, NULL }, { 0x0180b, 0x0180d, 0, NULL, NULL }, { 0x10a3f, 0x10a3f, 0, NULL, NULL }, { 0x00981, 0x00981, 0, NULL, NULL }, |