mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
``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
|