/[pub]/test/oldencodeutils/lib/Encode/SJIS/JIS.pm
Suika

Diff of /test/oldencodeutils/lib/Encode/SJIS/JIS.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sat Oct 12 11:02:38 2002 UTC revision 1.2 by wakaba, Mon Oct 14 06:58:35 2002 UTC
# Line 51  sub __decode_map ($) { Line 51  sub __decode_map ($) {
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.
# Line 113  included in this module since these stan Line 114  included in this module since these stan
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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24