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.
13 lines
365 B
Text
13 lines
365 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
|
|
|
|
--- src/scim_config_base.cpp.orig 2008-11-02 06:42:34.000000000 +0000
|
|
+++ src/scim_config_base.cpp
|
|
@@ -30,7 +30,7 @@
|
|
|
|
namespace scim {
|
|
|
|
-ConfigPointer _scim_default_config (0);
|
|
+ConfigPointer _scim_default_config = ConfigPointer(0);
|
|
ConfigModule _scim_default_config_module;
|
|
|
|
static ConfigPointer
|