1 |
|
2002-12-12 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* MNEM/, Restore/: New directories. |
4 |
|
|
5 |
|
2002-10-16 Nanashi-san |
6 |
|
|
7 |
|
* Charset/: New directory. |
8 |
|
* Charset.pm ($C->{option}->{final_to_set}): New option. |
9 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
10 |
|
|
11 |
|
2002-10-14 Nanashi-san |
12 |
|
|
13 |
|
* ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. |
14 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
15 |
|
|
16 |
|
2002-10-12 Nanashi-san |
17 |
|
|
18 |
|
* SJIS.pm: New module. |
19 |
|
* SJIS/: New directory. |
20 |
|
(Commited by Wakaba <w@suika.fam.cx>) |
21 |
|
|
22 |
|
2002-10-05 Nanashi-san |
23 |
|
|
24 |
|
* Table.pm: New module. |
25 |
|
(Commited by Wakaba <w@suika.fam.cx>.) |
26 |
|
|
27 |
|
2002-09-22 Wakaba <w@suika.fam.cx> |
28 |
|
|
29 |
|
* ISO2022.pm (_internal_to_iso2022): Allow SP as the |
30 |
|
replacement character. |
31 |
|
|
32 |
|
2002-09-21 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* ISO2022.pm: |
35 |
|
- More DOCS support. |
36 |
|
- (new_object): Redefined as alias of Encode::Charset's. |
37 |
|
- (pod:ENCODINGS): New section. |
38 |
|
- Regist 'iso/iec2022' as encoding name. |
39 |
|
* Charset.pm: |
40 |
|
- (new_object): Moved from Encode::ISO2022. |
41 |
|
- (make_initial_coding_system): Define 'Csjis' coding system. |
42 |
|
* EUCFixed.pm (pod:ENCODINGS): New section. |
43 |
|
|
44 |
2002-09-20 Wakaba <w@suika.fam.cx> |
2002-09-20 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
* ISO2022.pm: |
* ISO2022.pm: |
54 |
- ($C->{option}->{designate_to}->{coding_system}): New option |
- ($C->{option}->{designate_to}->{coding_system}): New option |
55 |
property object. |
property object. |
56 |
- ($C->{coding_system}): New property. |
- ($C->{coding_system}): New property. |
57 |
- (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.) |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
58 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
59 |
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. |
60 |
|
|