aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-jcode.pl/pkg-descr
blob: 5b765f0015b6efe4be1428e6c39276b4ea173d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
``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');

- SADA Kenji
sada@FreeBSD.org