This is a utility for conversion between Korean N-byte code and either
KS C5601 2-byte code or TriGem 2-byte code.

IMPLEMENTATION
This program does the conversion by using a hash table that contains
the known N-byte key sequences and the KS or TriGem 2-byte code they
map to.  An external table isn't a very efficient method for lookup,
but it was easy to implement it quickly.  Both the N-byte code and the
KS or TriGem code are hashed into the table so that either one can be
retrieved depending on which direction the conversion is going.

INSTALLATION
You might want to change the TABLE_DIR, BINDIR, and MANDIR variables
in the Makefile to indicate where the conversion tables, executable
and man page will be located on you r system.  Other variables might
need changing for installation.

ATTRIBUTIONS
Thanks to ujsung@solgai.kaist.ac.kr (UnJae Sung) for supplying me with
enough information to get started on this.

Thanks to han@cs.rochester.edu (Yenjo Han) for finding the bugs in
version 1.0 of the program and supplying the N-byte <-> TriGem code
conversion table.

Please send me bug notices, fixes, and anything else that might be
useful for this program.

mleisher@nmsu.edu (Mark Leisher)
Wed Jan 30 18:03:37 1991
