mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f760c11728
disappeared.
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
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');
|