タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

encodingとjis2004に関するdannのブックマーク (1)

  • Encode::JIS2K

    NAME Encode::JIS2K - JIS 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); ABSTRACT This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows. Canonical Alias Description ---------------------------

    Encode::JIS2K
  • 1