blob: 66652d1c74cee0295136bdbfedf42486b137e7a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
To use this, your script should load this library as
+ require "jcode.pl";
or
+ require('jcode.pl');
WWW: http://srekcah.org/jcode/
- SADA Kenji
sada@FreeBSD.org
|