1 |
wakaba |
1.7 |
2002-09-21 Wakaba <w@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* ISO2022.pm: |
4 |
|
|
- More DOCS support. |
5 |
|
|
- (new_object): Redefined as alias of Encode::Charset's. |
6 |
|
|
- (pod:ENCODINGS): New section. |
7 |
|
|
- Regists 'iso/iec2022' as encoding name. |
8 |
|
|
* Charset.pm: |
9 |
|
|
- (new_object): Moved from Encode::ISO2022. |
10 |
|
|
- (make_initial_coding_system): Define 'Csjis' coding system. |
11 |
|
|
|
12 |
wakaba |
1.6 |
2002-09-20 Wakaba <w@suika.fam.cx> |
13 |
|
|
|
14 |
|
|
* ISO2022.pm: |
15 |
|
|
- (iso2022_to_internal): New function. |
16 |
|
|
- (_iso2022_to_internal): Renamed from iso2022_to_internal. |
17 |
|
|
- (iso2022_to_internal): Experimental support of DOCS. |
18 |
|
|
- (internal_to_iso2022): Output in UCS coding systems |
19 |
|
|
if the character is unable to be encoded in ISO/IEC 2022 |
20 |
|
|
coded character sets. |
21 |
|
|
- (_i2o): New procedure. |
22 |
|
|
- ($C->{option}->{designate_to}->{coding_system}): New option |
23 |
|
|
property object. |
24 |
|
|
- ($C->{coding_system}): New property. |
25 |
wakaba |
1.7 |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
26 |
wakaba |
1.6 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
27 |
|
|
property with 1 value to coding systems of DOCS with 02/14 I byte. |
28 |
|
|
|
29 |
|
|
2002-09-19 Wakaba <w@suika.fam.cx> |
30 |
|
|
|
31 |
|
|
* ISO2022.pm: |
32 |
|
|
- (make_initial_charset, make_charset): Removed. |
33 |
|
|
- (%CHARSET): Redefined as an alias of Encode::Charset's. |
34 |
|
|
* Charset.pm: New module. Charset definitions are |
35 |
|
|
moved from ISO2022.pm. |
36 |
|
|
|
37 |
wakaba |
1.4 |
2002-09-16 Wakaba <w@suika.fam.cx> |
38 |
|
|
|
39 |
|
|
* ISO2022.pm: |
40 |
|
|
- (iso2022_to_internal): Invoke G1,G2,G3 by locking |
41 |
|
|
shifts of ESC Fs style. |
42 |
|
|
- (make_initial_charset): Create charset definition |
43 |
|
|
of 94^2 DRCSes. |
44 |
wakaba |
1.5 |
- (undef_char): New option. |
45 |
|
|
- (pod:TODO): New section. |
46 |
|
|
* HZ.pm: |
47 |
|
|
- (__hz_encoding_name): New function. |
48 |
|
|
- (Encode::HZ): Added new alias names. |
49 |
|
|
- (Encode::HZ::HZ165): New package. |
50 |
|
|
- (pod:ENCODINGS): New section. |
51 |
wakaba |
1.4 |
|
52 |
wakaba |
1.3 |
2002-09-15 Wakaba <w@suika.fam.cx> |
53 |
|
|
|
54 |
|
|
* ISO2022.pm: New module. |
55 |
|
|
|
56 |
wakaba |
1.2 |
2002-08-04 Wakaba <w@suika.fam.cx> |
57 |
|
|
|
58 |
|
|
* EUCFixed.pm: New module. |
59 |
|
|
|
60 |
wakaba |
1.1 |
2002-07-24 Wakaba <w@suika.fam.cx> |
61 |
|
|
|
62 |
|
|
* HZ.pm: New module. |
63 |
|
|
* ChangeLog: New file. |