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> |
41 |
|
42 |
* ISO2022.pm: |
43 |
- (iso2022_to_internal): New function. |
44 |
- (_iso2022_to_internal): Renamed from iso2022_to_internal. |
45 |
- (iso2022_to_internal): Experimental support of DOCS. |
46 |
- (internal_to_iso2022): Output in UCS coding systems |
47 |
if the character is unable to be encoded in ISO/IEC 2022 |
48 |
coded character sets. |
49 |
- (_i2o): New procedure. |
50 |
- ($C->{option}->{designate_to}->{coding_system}): New option |
51 |
property object. |
52 |
- ($C->{coding_system}): New property. |
53 |
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
54 |
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
55 |
property with 1 value to coding systems of DOCS with 02/14 I byte. |
56 |
|
57 |
2002-09-19 Wakaba <w@suika.fam.cx> |
58 |
|
59 |
* ISO2022.pm: |
60 |
- (make_initial_charset, make_charset): Removed. |
61 |
- (%CHARSET): Redefined as an alias of Encode::Charset's. |
62 |
* Charset.pm: New module. Charset definitions are |
63 |
moved from ISO2022.pm. |
64 |
|
65 |
2002-09-16 Wakaba <w@suika.fam.cx> |
66 |
|
67 |
* ISO2022.pm: |
68 |
- (iso2022_to_internal): Invoke G1,G2,G3 by locking |
69 |
shifts of ESC Fs style. |
70 |
- (make_initial_charset): Create charset definition |
71 |
of 94^2 DRCSes. |
72 |
- (undef_char): New option. |
73 |
- (pod:TODO): New section. |
74 |
* HZ.pm: |
75 |
- (__hz_encoding_name): New function. |
76 |
- (Encode::HZ): Added new alias names. |
77 |
- (Encode::HZ::HZ165): New package. |
78 |
- (pod:ENCODINGS): New section. |
79 |
|
80 |
2002-09-15 Wakaba <w@suika.fam.cx> |
81 |
|
82 |
* ISO2022.pm: New module. |
83 |
|
84 |
2002-08-04 Wakaba <w@suika.fam.cx> |
85 |
|
86 |
* EUCFixed.pm: New module. |
87 |
|
88 |
2002-07-24 Wakaba <w@suika.fam.cx> |
89 |
|
90 |
* HZ.pm: New module. |
91 |
* ChangeLog: New file. |