Revision: 7451
Author:   ek.kato
Date:     Mon Feb 13 16:59:20 2012
Log:      * qt4/immodule/plugin.cpp (UimInputContextPlugin::create)
  - Use LC_CTYPE instead for LC_ALL for NetBSD compatibility.

http://code.google.com/p/uim/source/detail?r=7451

Modified:
 /trunk/qt4/immodule/plugin.cpp

=======================================
--- /trunk/qt4/immodule/plugin.cpp      Wed Jan 11 00:17:24 2012
+++ /trunk/qt4/immodule/plugin.cpp      Mon Feb 13 16:59:20 2012
@@ -78,7 +78,7 @@
     else
 #endif
     if ( key == "uim" )
-        imname = uim_get_default_im_name( setlocale( LC_ALL, 0 ) );
+        imname = uim_get_default_im_name( setlocale( LC_CTYPE, 0 ) );

     QUimInputContext *uic = new QUimInputContext( imname.toUtf8().data() );

Reply via email to