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
414 B
Text
13 lines
414 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
|
|
|
|
--- modules/FrontEnd/scim_socket_frontend.cpp.orig 2008-11-02 06:42:11.000000000 +0000
|
|
+++ modules/FrontEnd/scim_socket_frontend.cpp
|
|
@@ -51,7 +51,7 @@
|
|
|
|
using namespace scim;
|
|
|
|
-static Pointer <SocketFrontEnd> _scim_frontend (0);
|
|
+static Pointer <SocketFrontEnd> _scim_frontend = Pointer<SocketFrontEnd>(0);
|
|
|
|
static int _argc;
|
|
static char **_argv;
|