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> |
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 |
|
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
26 |
|
* 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 |
2002-09-16 Wakaba <w@suika.fam.cx> |
2002-09-16 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
* ISO2022.pm: |
* ISO2022.pm: |