The branch, master has been updated
       via  5b85efeb93d44e504e36ae06a91c2e1b8b82c50e (commit)
      from  dc3df931d74fb98146d3bc29ea3de22de4c04d40 (commit)

- Log -----------------------------------------------------------------
commit 5b85efeb93d44e504e36ae06a91c2e1b8b82c50e
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Fix some UTF-8 Japanese issue on OS X, SF bug 3566884.
---
 utf8.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/utf8.c b/utf8.c
index 7fb1181..88d847a 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 },


-----------------------------------------------------------------------

Summary of changes:
 utf8.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to