Package com.mayhoo.kanji

Class Summary
JapaneseCharacter JapaneseCharacter contains static functions to do various tests on characters to determine if it is one of the various types of characters used in the japanese writing system.
JapaneseString JapaneseString contains static functions to do various tests on Strings to determine if it consists one of the various types of characters used in the japanese writing system.
KanjiDic2KanjiXML This is a program to read a kanjidic file (in it's origianl format by Jim Breen) and translate it into an XML version of the file (in Duane May's XML file format) The program can be run as follows: java com.mayhoo.kanji.KanjiDic2KanjiXML kanjidic kanjiXml.xml This will translate a file kanjidic in the original format to a file kanjiXml.xml in the XML format.
KanjiDicReader KanjiDicReader enables the reading of the Kanjidic file format created by Jim Breen.