summaryrefslogtreecommitdiffstats
path: root/japanese/jcode.pl/pkg-descr
blob: 819bc1b6a3f725d1fa3ca6b7f667b3e839571b84 (plain)
1
2
3
4
5
6
7
8
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');
OpenPOWER on IntegriCloud