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()

INSTALLATION

   To test this software, type the following:

   make test

   To install this software, copy 'Jacode.pm' to any directory of @INC.

SEE ALSO

    jcode.pl: Perl library for Japanese character code conversion, Kazumasa Utashiro
    https://metacpan.org/author/UTASHIRO
    ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/
    http://web.archive.org/web/20090608090304/http://srekcah.org/jcode/
    ftp://ftp.oreilly.co.jp/pcjp98/utashiro/
    http://mail.pm.org/pipermail/tokyo-pm/2002-March/001319.html
    https://twitter.com/uta46/status/11578906320

    jacode - Perl program for Japanese character code conversion
    https://metacpan.org/search?q=jacode.pl

    Jacode4e - jacode.pl-like program for enterprise
    https://metacpan.org/pod/Jacode4e

    Jacode4e::RoundTrip - Jacode4e for round-trip conversion in JIS X 0213
    https://metacpan.org/pod/Jacode4e::RoundTrip

    Other Tools
    https://metacpan.org/release/Perl7-Handy
    https://metacpan.org/release/UTF8-R2
    https://metacpan.org/release/mb
