This package provides input methods of Han characters for Mule
(Multilingual Enhancement to GNU Emacs).  You can input Han characters
by specifying radicals and/or strokes numbers.

This directory contains the following files:
	README -- This file.
	radical.el -- Generic driver for radical/strokes input.
	radical-jis.el -- Radical/storkes data for JISX0208 and JISX0212.
	radical-cns.el -- Radical/storkes data for CNS11643 Plane 1 to 7.
	variant-jis.el -- Variant handler for JISX0208 and JISX0212.
	mini-menu.el -- Generic driver for minibuffer menu.
	radical.elc, mini-menu.elc -- Byte-compiled files.

How to install?

It's quite easy.  Just put all these files in some directory specified
in `load-ptah' (Emacs Lisp variable).

How to use?

After loading radical.el by:
	M-x load-library<CR>radical<CR>
you can use one of the follwoing commands.
	M-x radical-input-jis
	M-x radical-input-cns
	M-x strokes-input-jis
	M-x strokes-input-cns
	M-x radical-input (prompt for selecting jis/cns)
	M-x strokes-input (prompt for selecting jis/cns)

variant-jis.el is an independent program.  Just load it by:
	M-x load-library<CR>variant-jis<CR>
and run the command `varient-input-jis' while putting cursor on some
Kanji character.
