freebsd-ports/japanese/jcode.pl/pkg-descr
SADA Kenji ce72aa3487 - upgrade to version 2.13
- note proper MASTER_SITE and WWW
- use perl5 base install location
2002-07-10 07:38:49 +00:00

13 lines
364 B
Text

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