aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2012-09-24 13:56:32 +0100
committerThomas Adam <thomas@xteddy.org>2012-09-24 17:53:15 +0100
commitd785c37ee277457433daf1553424b1d815f9e2f9 (patch)
tree866345a2714bd8086a186abf9a516e8c0bd30b08
parent69683ba7b453c8460c6cd6fbff1e4ef210d34ed1 (diff)
downloadrtmux-d785c37ee277457433daf1553424b1d815f9e2f9.tar.gz
rtmux-d785c37ee277457433daf1553424b1d815f9e2f9.tar.bz2
rtmux-d785c37ee277457433daf1553424b1d815f9e2f9.zip
Fix some UTF-8 Japanese issue on OS X, SF bug 3566884.
-rw-r--r--utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 7fb11813..88d847a6 100644
--- a/utf8.c
+++ b/utf8.c
@@ -135,7 +135,9 @@ struct utf8_width_entry utf8_width_table[] = {
{ 0x0135f, 0x0135f, 0, NULL, NULL },
{ 0x01a17, 0x01a18, 0, NULL, NULL },
{ 0x006e7, 0x006e8, 0, NULL, NULL },
+#ifndef __APPLE__
{ 0x03099, 0x0309a, 0, NULL, NULL },
+#endif
{ 0x00b4d, 0x00b4d, 0, NULL, NULL },
{ 0x00ce2, 0x00ce3, 0, NULL, NULL },
{ 0x00bcd, 0x00bcd, 0, NULL, NULL },