Encode::JIS2K

Encode::JIS2K is aJIS X 0212 (aka JIS 2000) Encodings.
Download

Encode::JIS2K Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dan Kogai
  • Publisher web site:
  • http://search.cpan.org/~oyama/Crypt-Camellia-2.01/lib/Crypt/Camellia.pm

Encode::JIS2K Tags


Encode::JIS2K Description

Encode::JIS2K is aJIS X 0212 (aka JIS 2000) Encodings. Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings.SYNOPSIS use Encode::JIS2K; use Encode qw/encode decode/; $euc_2k = encode("euc-jisx0213", $utf8); $utf8 = decode("euc-jisx0213", $euc_jp);ABSTRACTThis module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-jisx0213 qr/beuc.*jp?(?:2000|2k)$/i EUC-JISX0213 qr/bjp.*euc?(2000|2k)$/i qr/bujis?(?:2000|2k)$/i shiftjisx0123 qr/bshift.*jis(?:2000|2k)$/i Shift_JISX0213 qr/bsjisp -]?(?:2000|2k)$/i iso-2022-jp-3 jis0213-1-raw JIS X 0213 plane 1, raw format jis0213-2-raw JIS X 0213 plane 2, raw format -------------------------------------------------------------------- Requirements: · Perl


Encode::JIS2K Related Software