f8fa005468
Currently the SCIM project has a wide range of input methods (some may need other libraries), covering more than 30 languages, including (Simplified/Traditional) Chinese, Japanese, Korean and many European languages. What's more, Composing/Dead key support is one of the built-in features. In addition, several projects have been established to design IMEngines for SCIM and others supply their own SCIM plugins.
12 lines
345 B
Text
12 lines
345 B
Text
$NetBSD: patch-bd,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
|
|
|
|
--- utils/scimstringview.c.orig 2008-11-02 06:42:49.000000000 +0000
|
|
+++ utils/scimstringview.c
|
|
@@ -134,6 +134,7 @@ scim_string_view_register_type (GTypeMod
|
|
sizeof (ScimStringView),
|
|
0,
|
|
(GInstanceInitFunc) scim_string_view_init,
|
|
+ 0
|
|
};
|
|
|
|
if (!string_view_type)
|