1 |
|
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 |
2002-09-20 Wakaba <w@suika.fam.cx> |
2002-09-20 Wakaba <w@suika.fam.cx> |
13 |
|
|
14 |
* ISO2022.pm: |
* ISO2022.pm: |
22 |
- ($C->{option}->{designate_to}->{coding_system}): New option |
- ($C->{option}->{designate_to}->{coding_system}): New option |
23 |
property object. |
property object. |
24 |
- ($C->{coding_system}): New property. |
- ($C->{coding_system}): New property. |
25 |
- (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.) |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
26 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
27 |
property with 1 value to coding systems of DOCS with 02/14 I byte. |
property with 1 value to coding systems of DOCS with 02/14 I byte. |
28 |
|
|