Skip to content

Instantly share code, notes, and snippets.

@ganta
Created September 8, 2012 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganta/3672727 to your computer and use it in GitHub Desktop.
Save ganta/3672727 to your computer and use it in GitHub Desktop.
tmux 1.6: Patch for UTF-8 NFD
diff --git a/utf8.c b/utf8.c
index 5ae1bba..4d95c33 100644
--- a/utf8.c
+++ b/utf8.c
@@ -135,7 +135,6 @@ struct utf8_width_entry utf8_width_table[] = {
{ 0x0135f, 0x0135f, 0, NULL, NULL },
{ 0x01a17, 0x01a18, 0, NULL, NULL },
{ 0x006e7, 0x006e8, 0, NULL, NULL },
- { 0x03099, 0x0309a, 0, NULL, NULL },
{ 0x00b4d, 0x00b4d, 0, NULL, NULL },
{ 0x00ce2, 0x00ce3, 0, NULL, NULL },
{ 0x00bcd, 0x00bcd, 0, NULL, NULL },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment