2008-10-28 09:59:13 -04:00
|
|
|
GNOME input module for uim, the universal input method.
|
2007-04-08 10:58:04 -04:00
|
|
|
|
|
|
|
In order to use it, you have to put something like
|
|
|
|
|
|
|
|
export XMODIFIERS=@im=uim
|
|
|
|
export GTK_IM_MODULE="uim"
|
|
|
|
|
|
|
|
in your .xinitrc.
|
|
|
|
|
2008-10-28 09:59:13 -04:00
|
|
|
Under GTK+,
|
2007-04-08 10:58:04 -04:00
|
|
|
uim-pref-gtk can be used to set up basic preferences.
|
|
|
|
uim-toolbar-gtk should be run along the application in
|
|
|
|
order to be able to enter japanese text.
|
|
|
|
|
|
|
|
uim is using the utf8 encoding internally, so this
|
|
|
|
should be used in various applications (e.g.,
|
|
|
|
set encoding=utf8 in gvim).
|