diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-04-12 12:50:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-04-12 12:50:36 +0000 |
commit | 27dcf470dc4aa5901ac7f01b3a9f971e02f2229e (patch) | |
tree | 0e95f8362a439218290a80c7b3aaef5adb91a28b | |
parent | caa8290510244990b26106e027aa253237ada629 (diff) | |
download | rtmux-27dcf470dc4aa5901ac7f01b3a9f971e02f2229e.tar.gz rtmux-27dcf470dc4aa5901ac7f01b3a9f971e02f2229e.tar.bz2 rtmux-27dcf470dc4aa5901ac7f01b3a9f971e02f2229e.zip |
Remove some Korean characters from the zero-width list that apparently
shouldn't be there, from Jeong Mok Cho.
-rw-r--r-- | utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }, |