aboutsummaryrefslogtreecommitdiff
path: root/japanese/jcode.pl/pkg-descr
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-07-10 07:38:49 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-07-10 07:38:49 +0000
commitce72aa3487a121a86176a0b4880bf3d1618f7030 (patch)
tree98c6fbf1bc81e1021660a00af8e73f8f55d7e23d /japanese/jcode.pl/pkg-descr
parent7b012fd3db0d39fdd44860802b449e98b8795ecb (diff)
downloadports-ce72aa3487a121a86176a0b4880bf3d1618f7030.tar.gz
ports-ce72aa3487a121a86176a0b4880bf3d1618f7030.zip
Notes
Diffstat (limited to 'japanese/jcode.pl/pkg-descr')
-rw-r--r--japanese/jcode.pl/pkg-descr16
1 files changed, 5 insertions, 11 deletions
diff --git a/japanese/jcode.pl/pkg-descr b/japanese/jcode.pl/pkg-descr
index ebb8db4137cc..66652d1c74ce 100644
--- a/japanese/jcode.pl/pkg-descr
+++ b/japanese/jcode.pl/pkg-descr
@@ -1,19 +1,13 @@
-``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.
+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');
-# ``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)
+WWW: http://srekcah.org/jcode/
- SADA Kenji
-sada@e-mail.ne.jp
+sada@FreeBSD.org