diff options
Diffstat (limited to 'japanese/p5-jcode/pkg/DESCR')
-rw-r--r-- | japanese/p5-jcode/pkg/DESCR | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/p5-jcode/pkg/DESCR b/japanese/p5-jcode/pkg/DESCR new file mode 100644 index 00000000000..ebb8db4137c --- /dev/null +++ b/japanese/p5-jcode/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 |