1 --- gtk+-3.24.43/modules/input/imxim.c.orig
2 +++ gtk+-3.24.43/modules/input/imxim.c
4 NC_("input method menu", "X Input Method"), /* Human readable name */
5 GETTEXT_PACKAGE, /* Translation domain */
6 GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
7 - "ko:ja:th:zh" /* Languages for which this module is the default */
8 + /* Sun's local patch to make XIM default input method for all locales */
9 + "*" /* Languages for which this module is the default */
12 static const GtkIMContextInfo *info_list[] = {