1Encode::ShiftJIS2004(3)User Contributed Perl DocumentatioEnncode::ShiftJIS2004(3)
2
3
4

NAME

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

SYNOPSIS

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

ABSTRACT

15       This module provides followng encoding for JIS X 0213:2004 Annex 1.
16
17         Canonical         Alias                         Description
18         --------------------------------------------------------------
19         shift_jis-2004    qr/\bshift.*jis.*2004$/i      shift encoding
20         --------------------------------------------------------------
21

DESCRIPTION

23       To find out how to use this module in detail, see Encode.
24
25   Note
26       This encoding does not keep forward compatibility to "ascii" but keeps
27       conformance to the standard, "\x5C" and "\x7E" are mapped from/to YEN
28       SIGN and OVERLINE; REVERSE SOLIDUS and TILDE are mapped to/from
29       multibyte sequences.
30

SEE ALSO

32       Encode, Encode::JISX0213.
33

AUTHOR

35       Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
36
38       Copyright (C) 2013 Hatuka*nezumi - IKEDA Soji.
39
40       This program is free software; you can redistribute it and/or modify it
41       under the same terms as Perl itself.
42
43
44
45perl v5.30.1                      2020-01-29           Encode::ShiftJIS2004(3)
Impressum