1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/p5-jcode.pl/pkg-descr

13 lines
341 B
Plaintext
Raw Normal View History

``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