diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-29 19:42:17 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-29 19:42:17 +0000 |
commit | 6566c86693dee078686e17c7cb49959f9660b656 (patch) | |
tree | e39dbdc6d514c79fbcac66a46a60af3251f790ea /japanese/jcode.pl/pkg-descr | |
parent | 3f6410116859228c42e53efed89deb5f409987b4 (diff) |
Notes
Diffstat (limited to 'japanese/jcode.pl/pkg-descr')
-rw-r--r-- | japanese/jcode.pl/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/jcode.pl/pkg-descr b/japanese/jcode.pl/pkg-descr new file mode 100644 index 000000000000..ebb8db4137cc --- /dev/null +++ b/japanese/jcode.pl/pkg-descr @@ -0,0 +1,19 @@ +``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. + +To use this, your script should load this library as + ++ require "jcode.pl"; +or ++ require('jcode.pl'); + +# ``unshift(@INC, '/usr/local/lib/perl');'' could be needed before. + +# 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 |