aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-jcode.pl/pkg-descr
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-08-12 14:04:13 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-08-12 14:04:13 +0000
commit3eb298cd9d471e0a22ad42977312854c4e751146 (patch)
tree93ca67d9fc17c7bd1cb8a37c45f6f346ffaf5b54 /japanese/p5-jcode.pl/pkg-descr
parent14b83ce4572a5ed446e30e9c55646395ff549a7a (diff)
downloadports-3eb298cd9d471e0a22ad42977312854c4e751146.tar.gz
ports-3eb298cd9d471e0a22ad42977312854c4e751146.zip
Notes
Diffstat (limited to 'japanese/p5-jcode.pl/pkg-descr')
-rw-r--r--japanese/p5-jcode.pl/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/p5-jcode.pl/pkg-descr b/japanese/p5-jcode.pl/pkg-descr
new file mode 100644
index 000000000000..a3d69baebb06
--- /dev/null
+++ b/japanese/p5-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.
+
+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