2002-07-10 03:38:49 -04:00
|
|
|
jcode.pl is a perl library for japanese character code conversion.
|
|
|
|
It supports translation of each JIS, EUC, Shift JIS texts,
|
|
|
|
and automatically recognizes the encode-method of the target text files.
|
1998-06-29 15:42:17 -04:00
|
|
|
|
|
|
|
To use this, your script should load this library as
|
|
|
|
+ require "jcode.pl";
|
|
|
|
or
|
|
|
|
+ require('jcode.pl');
|
|
|
|
|
2002-07-10 03:38:49 -04:00
|
|
|
WWW: http://srekcah.org/jcode/
|
1998-06-29 15:42:17 -04:00
|
|
|
|
|
|
|
- SADA Kenji
|
2002-07-10 03:38:49 -04:00
|
|
|
sada@FreeBSD.org
|