The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 install this software, copy 'Jacode.pm' to any directory of @INC.

DEPENDENCIES

This software requires perl 5.00503 or later.

SEE MORE

https://metacpan.org/dist/Jacode/view/lib/jacode.pl