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