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


Encode-EUCJPASCII documentation  | view source Contained in the Encode-EUCJPASCII distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

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

COPYRIGHT

Top


Encode-EUCJPASCII documentation  | view source Contained in the Encode-EUCJPASCII distribution.