Encode::EUCJPASCII - An eucJP-open mapping


NAME


Encode::EUCJPASCII - An eucJP-open mapping

=head1 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  qr/\beuc-?jp-?ascii$/i                 eucJP-ascii
               qr/\beuc-?jp-?open-?19970715-?ascii$/i
  x-iso2022jp-ascii                                   7-bit counterpart
               qr/\biso-?2022-?jp-?ascii/i            of eucJP-ascii
  --------------------------------------------------------------------

Note: x-iso2022jp-ascii is unofficial encoding. This name had not been registered by any standardizing authorities.


SEE ALSO

Encode, the Encode::JP manpage, the Encode::EUCJPMS manpage

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.

 Encode::EUCJPASCII - An eucJP-open mapping