
In this directory, you will find the following files:


 CONVERT.C      Module with conversion tables internal -> JIS, KANA
                and internal -> JIS, Joyo. Also defines functions
                to convert between strings of these codes.
 
 DOSALLOC.C     Module with simple interface to DOS-interrupts.
 EMSALLOC.C     Same for EMS functions.
 INITEXIT.C     Things to do starting up / finishing with EOUE.
 LOADFONT.C     Loads font files into memory.
 ROMAKANA.C     For ASCII/Romaji to 2-byte/Kana conversion.
 VGA.C          Module with low-level graphic functions.
 WRCHAR.C       Code to display VGA ROM-font or Japanese font characters.
 CMDLINE.C      Implements a crude command-line interface.

 EOUE.H         Header file for programs using EOUE.

 DEMO.C         Sample main() function for the project.
 CMDLDEMO.C     Another sample.

 JIS2C.C        Source code for (stand-alone) JIS2C resource aid.
 SOURCE.DOC     The file you are reading.



