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> |
2002-09-21 Wakaba <w@suika.fam.cx> |
23 |
|
|
24 |
* ISO2022.pm: |
* ISO2022.pm: |
25 |
- More DOCS support. |
- More DOCS support. |
26 |
- (new_object): Redefined as alias of Encode::Charset's. |
- (new_object): Redefined as alias of Encode::Charset's. |
27 |
- (pod:ENCODINGS): New section. |
- (pod:ENCODINGS): New section. |
28 |
- Regists 'iso/iec2022' as encoding name. |
- Regist 'iso/iec2022' as encoding name. |
29 |
* Charset.pm: |
* Charset.pm: |
30 |
- (new_object): Moved from Encode::ISO2022. |
- (new_object): Moved from Encode::ISO2022. |
31 |
- (make_initial_coding_system): Define 'Csjis' coding system. |
- (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 |
|
|