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.

Note

This encoding does not keep forward compatibility to ascii but keeps conformance to the standard, "\x5C" and "\x7E" are mapped from/to YEN SIGN and OVERLINE; REVERSE SOLIDUS and TILDE are mapped to/from multibyte sequences.

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.