RECENT POSTS
Jcode.pl
May 26, 2018
Perl library for Japanese character code conversion
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’;
- Older
- Newer