1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/japanese/jcode.pl/pkg-descr

14 lines
364 B
Plaintext
Raw Normal View History

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');
WWW: http://srekcah.org/jcode/
- SADA Kenji
sada@FreeBSD.org