http://www.math.toyama-u.ac.jp/~iwao/Scheme/Jfilter

JFILTER

Current Version: 2.1; Released: 2002-05-19; Terms: GPL


Quick Start


Install the jfilt or JFILT.BAT SCM script to use jfilter from the command-line.
Usage: jfilt input-file output-file jcode

  Converts Japanese text in INPUT-FILE to format JCODE and writes
	result to OUTPUT-FILE.  JCODE can be jis, eucj, or sjis.

Install the jtype or JTYPE.BAT SCM script to print the name of the Japanese coding system used in a file.
Usage: jtype input-file [c-length]

  Categorizes the Japanese coding system used in INPUT-FILE.  JTYPE
	prints jis, eucj, or sjis, bin, or ascii.  If optional C-LENGTH
	argument is given, up to C-LENGTH characters are checked
	(default is 5000).

agj@alum.mit.edu.