blob: f1d157d88efc3b0c30940707ddd5389238044fb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Kinput2 is an Japanese text input server for X11 applications.
A client that require kana-kanji conversion service for Japanese text
sends a request to kinput2. Kinput2 receives the request, does
kana-kanji conversion, and sends the converted text back to the
client.
The port supports FreeWnn. Those looking for egg-key-binding
other than default binding, try as follows:
% kinput2 -ccdef ccdef.kinput2.egg
Note: Current wnn7 support on kinput2 is done by backward-compatibility
with wnn6, and you need to add following line to ${WNNENVRC}
file or /usr/local/lib/wnn7/ja_JP/wnnenvrc:
boin_kabusoku FALSE
-- S. Taoka
<taoka@FreeBSD.org>
|