freebsd-ports/japanese/p5-jcode.pl/pkg-descr
Jun Kuriyama 3eb298cd9d Perl5 library for Japanese character code conversion
PR:		ports/7086
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-08-12 14:04:13 +00:00

20 lines
572 B
Plaintext

``jcode.pl-2.x'' 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.
This ``p5-jcode.pl-2.x'' is for Perl5 and depends on ``jcode-pl-2.x''.
To use this, your script should load this library as
+ require "jcode.pl";
or
+ require('jcode.pl');
# See also:
# http://www.bekkoame.or.jp/~syunji/perl/perl_j.html
# http://www.bekkoame.or.jp/~syunji/perl/jcode20.txt
# (both pages are written in Japanese)
- SADA Kenji
sada@e-mail.ne.jp