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

NAME

Encode::EUCJPASCII - eucJP-ascii - An eucJP-open mapping

SYNOPSIS

    use Encode::EUCJPASCII;
    use Encode qw/encode decode/;
    $eucjp = encode("eucJP-ascii", $utf8);
    $utf8 = decode("eucJP-ascii", $eucjp);

DESCRIPTION

This module provides eucJP-ascii, one of eucJP-open mappings, and its derivative. Following encodings are supported.

  Canonical    Alias                           Description
  --------------------------------------------------------------
  eucJP-ascii                                  eucJP-ascii
               qr/\beuc-?jp(-?open)?(-?19970715)?-?ascii$/i
  x-iso2022jp-ascii                            7-bit counterpart
               qr/\b(x-)?iso-?2022-?jp-?ascii$/i
  --------------------------------------------------------------

Note: x-iso2022jp-ascii is unofficial encoding name: It had never been registered by any standards bodies.

SEE ALSO

Encode, Encode::JP, Encode::EUCJPMS

TOG/JVC CDE/Motif Technical WG (Oct. 1996). Problems and Solutions for Unicode and User/Vendor Defined Characters. Revision at Jul. 15 1997.

AUTHOR

Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

COPYRIGHT

Copyright (C) 2009 Hatuka*nezumi - IKEDA Soji.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.