summaryrefslogtreecommitdiff
path: root/japanese/p5-jcode/pkg/DESCR
blob: 9911fc7b9d3c353e7804c5f26a10f139d1299f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
``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');

# 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)