Codebase list xapp / 2ed3c47
xapp-kbd-layout-controller.c: Allow up to 3 character labels. Michael Webster 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9191 gchar utf8[20];
9292 gchar *utf8_cased = NULL;
9393
94 g_utf8_strncpy (utf8, name, 2);
94 g_utf8_strncpy (utf8, name, 3);
9595
9696 utf8_cased = g_utf8_strdown (utf8, -1);
9797