Jacode - Perl program for Japanese character code conversion
use FindBin; use lib "$FindBin::Bin/lib"; use Jacode; ($subref, $got_INPUT_encoding) = Jacode::convert(\$line, $OUTPUT_encoding, $INPUT_encoding [, $option]) $got_INPUT_encoding = Jacode::convert(\$line, $OUTPUT_encoding, $INPUT_encoding [, $option]) ($esc_DBCS, $esc_ASCII) = Jacode::get_inout($line) ($esc_DBCS_fully, $esc_ASCII_fully) = Jacode::jis_inout([$esc_DBCS [, $esc_ASCII]]) ($matched_length, $encoding) = Jacode::getcode(\$line) $encoding = Jacode::getcode(\$line) Jacode::init()
https://metacpan.org/pod/Jacode
---------------------------------- Source (raw) <--- Click this (raw) Browse (raw) Changes How to Contribute Repository Issues Testers (NNN / NNN / NNN) Kwalitee Bus factor: NN NN.NN% Coverage License: perl_5 Perl: v5.5.30 ----------------------------------
This software requires perl 5.00503 or later.
https://metacpan.org/dist/Jacode/view/lib/jacode.pl
To install Jacode, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Jacode
CPAN shell
perl -MCPAN -e shell install Jacode
For more information on module installation, please visit the detailed CPAN module installation guide.