diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-14 14:01:08 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-14 14:01:08 +0000 |
commit | bb820fa761747a2c5342f61c4fbe5368565ef9b3 (patch) | |
tree | 42cfda38fa2f55aa6a9728a28311525627856fd3 /utf8.c | |
parent | f12d7f0d4b4a474acbdec0023156a6a647aa7763 (diff) | |
parent | 14d90e4901ef943e57e5dada7a0f53b2dc208571 (diff) | |
download | rtmux-bb820fa761747a2c5342f61c4fbe5368565ef9b3.tar.gz rtmux-bb820fa761747a2c5342f61c4fbe5368565ef9b3.tar.bz2 rtmux-bb820fa761747a2c5342f61c4fbe5368565ef9b3.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ static struct utf8_width_entry utf8_width_table[] = { { 0x0abe5, 0x0abe5, 0, NULL, NULL }, { 0x0abed, 0x0abed, 0, NULL, NULL }, { 0x0f900, 0x0fa6d, 2, NULL, NULL }, - { 0x0d800, 0x0f8ff, 0, NULL, NULL }, + { 0x0d800, 0x0dfff, 0, NULL, NULL }, { 0x0fa70, 0x0fad9, 2, NULL, NULL }, { 0x0fff9, 0x0fffb, 0, NULL, NULL }, { 0x0fe30, 0x0fe52, 2, NULL, NULL }, |