Skip to content

Instantly share code, notes, and snippets.

@mnogu
Created December 26, 2010 04:34
Show Gist options
  • Select an option

  • Save mnogu/755216 to your computer and use it in GitHub Desktop.

Select an option

Save mnogu/755216 to your computer and use it in GitHub Desktop.
--- a/uim/skk.c
+++ b/uim/skk.c
@@ -811,6 +811,10 @@ search_line_from_server(dic_info *di, const char *s, char okuri_head)
break;
}
+ if (r == '[') {
+ r = ' ';
+ }
+
buf[n] = r;
buf[n + 1] = '\0';
if (n == SKK_SERV_BUFSIZ - 2) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment