| 51 |
|
|
| 52 |
package Encode::SJIS::JIS::SJIS1997ASCII; |
package Encode::SJIS::JIS::SJIS1997ASCII; |
| 53 |
use base 'Encode::SJIS::JIS::SJIS1997'; |
use base 'Encode::SJIS::JIS::SJIS1997'; |
| 54 |
__PACKAGE__->Define (qw/shift-jis-1997-ascii/); |
__PACKAGE__->Define (qw/shift-jis-1997-ascii shift_jis-ascii/); |
| 55 |
|
|
| 56 |
=item shift-jis-1997-ascii |
=item shift-jis-1997-ascii |
| 57 |
|
|
| 58 |
Same as Shift_JISX0213 but ASCII (ISO/IEC 646 IRV) |
Same as Shift_JISX0213 but ASCII (ISO/IEC 646 IRV) |
| 59 |
instead of JIS X 0201:1997 Latin character set. |
instead of JIS X 0201:1997 Latin character set. |
| 60 |
|
(Alias: shift_jis-ascii) |
| 61 |
|
|
| 62 |
Note that this coding system does NOT comform to |
Note that this coding system does NOT comform to |
| 63 |
JIS X 0208:1997 Appendix 1. |
JIS X 0208:1997 Appendix 1. |
| 114 |
define them. They are defined in Encode::SJIS::* |
define them. They are defined in Encode::SJIS::* |
| 115 |
other than this module. |
other than this module. |
| 116 |
|
|
| 117 |
|
Being one of _JIS_ TR, shift JIS variants defined by |
| 118 |
|
JIS TR X 0015 "XML Japanese profile" is not supported |
| 119 |
|
by this module, but by other Encode::SJIS::*. Shift JISes |
| 120 |
|
which is given name by JIS TR X 0015 are all vendor defined |
| 121 |
|
version of Shift JIS and NOT part of formal JIS coded |
| 122 |
|
character set standards. It is also a reason of not including |
| 123 |
|
that the TR is too less quality to treat as same level |
| 124 |
|
with formal JIS standards. |
| 125 |
|
|
| 126 |
=head1 SEE ALSO |
=head1 SEE ALSO |
| 127 |
|
|
| 128 |
JIS X 0208:1997, "7-bit and 8-bit double byte coded Kanji |
JIS X 0208:1997, "7-bit and 8-bit double byte coded Kanji |