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