NAME

jacode - Perl program for Japanese character code conversion

SYNOPSIS

    works like 'jcode.pl' in your script

      require 'jacode.pl';

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

    works as 'pkf' command on command line (shows help)

      $ perl jacode.pl

DESCRIPTION

    This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8"
    that are frequently used as encoding for Japanese string.
    Interface of "jacode.pl" is same of "jcode.pl" that we know well.
    On the other hand its ability is same of "Encode" module that can
    everything to convert character encoding.
    So we believe this software will be useful for DX (Digital Transformation)
    and IT modernization of Japanese information processing.

    * jcode.pl upper compatible
    * pkf command upper compatible
    * is Perl4 script and also Perl5 script
    * supports HALFWIDTH KATAKANA
    * supports UTF-8 by cp932 to Unicode table
    * powered by Encode::from_to (not only Japanese!)

INSTALLATION

   To install this software, copy 'jacode.pl' to any directory of @INC.

DEPENDENCIES

    This software requires perl 4.036 or later.

AUTHOR

    Copyright (c) 1992,1993,1994 Kazumasa Utashiro
    Copyright (c) 1995-2000 Kazumasa Utashiro
    Copyright (c) 2002 Kazumasa Utashiro
    Copyright (c) 2010, 2011, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2022 INABA Hitoshi

SEE ALSO

    jcode.pl: Perl library for Japanese character code conversion, Kazumasa Utashiro
    https://metacpan.org/author/UTASHIRO
    http://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