/[suikacvs]/perl/lib/Encode/EUCFixed.pm
Suika

Diff of /perl/lib/Encode/EUCFixed.pm

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

revision 1.1 by wakaba, Sun Aug 4 01:00:02 2002 UTC revision 1.3 by wakaba, Sun Sep 22 11:09:38 2002 UTC
# Line 45  sub decode ($$;$) { Line 45  sub decode ($$;$) {
45    
46  package Encode::EUCFixed::TW;  package Encode::EUCFixed::TW;
47  use base qw(Encode::Encoding);  use base qw(Encode::Encoding);
48  __PACKAGE__->Define (qw/cns-11643-1986-appendix/);  __PACKAGE__->Define (qw/cns-11643-1986-appendix DEC.CNS11643.1986-2/);
49    
50  sub encode ($$;$) {  sub encode ($$;$) {
51    require Encode::HanExtra;    require Encode::HanExtra;
# Line 91  __END__ Line 91  __END__
91    
92  Encode::EUCFixed --- Fixed width (or wide) coding system of EUC  Encode::EUCFixed --- Fixed width (or wide) coding system of EUC
93    
94    =head1 ENCODINGS
95    
96    =over 4
97    
98    =item Extended_UNIX_Code_Fixed_Width_for_Japanese
99    
100    EUC-japan (packed) based fixed width coding system
101    for wide char. (Alias: csEUCFixWidJapanese (IANA))
102    
103    =item cns-11643-1986-appendix
104    
105    Fixed width coding system for ASCII and CNS 11643 plane 1 and 2,
106    defined by CNS 11643-1986 appendix.
107    (Alias: DEC.CNS11643.1986-2 (X))
108    
109    =back
110    
111  =head1 LICENSE  =head1 LICENSE
112    
113  Copyright 2002 wakaba <w@suika.fam.cx>  Copyright 2002 Wakaba <w@suika.fam.cx>
114    
115  This library is free software; you can redistribute it  This library is free software; you can redistribute it
116  and/or modify it under the same terms as Perl itself.  and/or modify it under the same terms as Perl itself.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24