1This directory contains the sources to the vnkeys library routines
2for Vietnamese text processing.  Of prime interest is the finite
3state machine that reads 7-bit Viet-Net style Vietnamese and produces
48-bit output.  Developers are encouraged to take advantage of these
5library routines for these reasons:
6
7    1. The parsing task is greatly simplified.
8    2. It makes your code easier to port from one
9       character encoding to another.
10    3. It ensures a consistent user interface across
11       many software packages.
12
13Please see the manual pages for the vk_*(3V) routines for further
14details.  Examples of how to use this library can be found in
15almost all applications included in this release, e.g., vn7to8(1V),
16vntty(1V), vnelvis(1V), vnterm(1V), etc.
17--------
18Check the Makefile and configure the defines according to your liking.
19