NAME
Jacode - Perl program for Japanese character code conversion
SYNOPSIS
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()
INSTALL of "Jacode.pm"
- 1. Open URL of "Jacode.pm"
- 2. Click This
-
---------------------------------- 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 ----------------------------------
- 3. Select All Text of Page
- 4. Save Text as "Jacode.pm"
DEPENDENCIES
This software requires perl 5.00503 or later.