The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Encode::ShiftJIS2004 - shift_jis-2004 - JIS X 0213 Annex 1 encoding

SYNOPSIS

  use Encode::ShiftJIS2004;
  use Encode qw/encode decode/;
  $bytes = encode("shift_jis-2004", $utf8);
  $utf8 = decode("shift_jis-2004", $bytes);

ABSTRACT

This module provides followng encoding for JIS X 0213:2004 Annex 1.

  Canonical         Alias                         Description
  --------------------------------------------------------------
  shift_jis-2004    qr/\bshift.*jis.*2004$/i      shift encoding
  --------------------------------------------------------------

DESCRIPTION

To find out how to use this module in detail, see Encode.

SEE ALSO

Encode, Encode::JISX0213.

AUTHOR

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

COPYRIGHT

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

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