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; |
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> |