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