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