1 |
|
2002-12-16 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* SJIS.pm (sjis, sjis-ascii, shift_jisx0213, shift_jisx0213-ascii): Removed. |
4 |
|
(Moved to Encode::SJIS::JIS.) |
5 |
|
|
6 |
|
2002-12-15 Nanashi-san <nanashi-san@nanashi.invalid> |
7 |
|
|
8 |
|
* SJIS.pm (internal_to_shiftjis): Don't output invalid sequence |
9 |
|
from unmappable plane 2 code positions. |
10 |
|
|
11 |
|
2002-12-14 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Charset.pm (%FallbackFromUCS): New hash. |
14 |
|
(fallback_escape): New function. |
15 |
|
($C->{option}->{fallback_from_ucs}): New option parameter. |
16 |
|
* ISO2022.pm (internal_to_iso2022): Fallback support. |
17 |
|
|
18 |
|
2002-12-12 Wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* MNEM/, Restore/: New directories. |
21 |
|
|
22 |
|
2002-10-16 Nanashi-san |
23 |
|
|
24 |
|
* Charset/: New directory. |
25 |
|
* Charset.pm ($C->{option}->{final_to_set}): New option. |
26 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
27 |
|
|
28 |
|
2002-10-14 Nanashi-san |
29 |
|
|
30 |
|
* ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. |
31 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
32 |
|
|
33 |
|
2002-10-12 Nanashi-san |
34 |
|
|
35 |
|
* SJIS.pm: New module. |
36 |
|
* SJIS/: New directory. |
37 |
|
(Commited by Wakaba <w@suika.fam.cx>) |
38 |
|
|
39 |
|
2002-10-05 Nanashi-san |
40 |
|
|
41 |
|
* Table.pm: New module. |
42 |
|
(Commited by Wakaba <w@suika.fam.cx>.) |
43 |
|
|
44 |
|
2002-09-22 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* ISO2022.pm (_internal_to_iso2022): Allow SP as the |
47 |
|
replacement character. |
48 |
|
|
49 |
|
2002-09-21 Wakaba <w@suika.fam.cx> |
50 |
|
|
51 |
|
* ISO2022.pm: |
52 |
|
- More DOCS support. |
53 |
|
- (new_object): Redefined as alias of Encode::Charset's. |
54 |
|
- (pod:ENCODINGS): New section. |
55 |
|
- Regist 'iso/iec2022' as encoding name. |
56 |
|
* Charset.pm: |
57 |
|
- (new_object): Moved from Encode::ISO2022. |
58 |
|
- (make_initial_coding_system): Define 'Csjis' coding system. |
59 |
|
* EUCFixed.pm (pod:ENCODINGS): New section. |
60 |
|
|
61 |
2002-09-20 Wakaba <w@suika.fam.cx> |
2002-09-20 Wakaba <w@suika.fam.cx> |
62 |
|
|
63 |
* ISO2022.pm: |
* ISO2022.pm: |
71 |
- ($C->{option}->{designate_to}->{coding_system}): New option |
- ($C->{option}->{designate_to}->{coding_system}): New option |
72 |
property object. |
property object. |
73 |
- ($C->{coding_system}): New property. |
- ($C->{coding_system}): New property. |
74 |
- (%CODING_SYSTEM): New hash. (Alias to Encode::Charset's one.) |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
75 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
76 |
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. |
77 |
|
|