comparison client/README @ 0:92745d501b9a

initial import from kinput2-v3.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 04:44:30 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92745d501b9a
1 This directory contains a simple client-side library for the kinput2
2 protocol.
3
4 * Files
5 README -- this file
6 convlib.c -- a simple client-side library
7
8 You can find detailed description of kinput2 protocol in
9 ../doc/protocol (written in Japanese).
10
11 Although kinput2 protocol is simple and easy to implement, it is a
12 non-standard protocol, and there are few input servers which
13 understand it. So if you want to make your application general and
14 portable, maybe using this protocol is not a right way.
15
16 Convlib.c is a client-side library for handling kinput2 protocol. It
17 is designed to be used with Xt library, so it is difficult for
18 applications which doesn't use Xt to make use of it. In such cases,
19 you should use XIM interface provided by Xlib, and still you can use
20 kinput2 as the input server via X Input Method Protocol or Ximp
21 protocol.