1 |
|
2002-12-14 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Charset.pm (%FallbackFromUCS): New hash. |
4 |
|
(fallback_escape): New function. |
5 |
|
($C->{option}->{fallback_from_ucs}): New option parameter. |
6 |
|
* ISO2022.pm (internal_to_iso2022): Fallback support. |
7 |
|
|
8 |
|
2002-12-12 Wakaba <w@suika.fam.cx> |
9 |
|
|
10 |
|
* MNEM/, Restore/: New directories. |
11 |
|
|
12 |
|
2002-10-16 Nanashi-san |
13 |
|
|
14 |
|
* Charset/: New directory. |
15 |
|
* Charset.pm ($C->{option}->{final_to_set}): New option. |
16 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
17 |
|
|
18 |
|
2002-10-14 Nanashi-san |
19 |
|
|
20 |
|
* ISO2022.pm, SJIS.pm: Bug fix of utf8 flag control. |
21 |
|
(Committed by Wakaba <w@suika.fam.cx>.) |
22 |
|
|
23 |
|
2002-10-12 Nanashi-san |
24 |
|
|
25 |
|
* SJIS.pm: New module. |
26 |
|
* SJIS/: New directory. |
27 |
|
(Commited by Wakaba <w@suika.fam.cx>) |
28 |
|
|
29 |
|
2002-10-05 Nanashi-san |
30 |
|
|
31 |
|
* Table.pm: New module. |
32 |
|
(Commited by Wakaba <w@suika.fam.cx>.) |
33 |
|
|
34 |
|
2002-09-22 Wakaba <w@suika.fam.cx> |
35 |
|
|
36 |
|
* ISO2022.pm (_internal_to_iso2022): Allow SP as the |
37 |
|
replacement character. |
38 |
|
|
39 |
|
2002-09-21 Wakaba <w@suika.fam.cx> |
40 |
|
|
41 |
|
* ISO2022.pm: |
42 |
|
- More DOCS support. |
43 |
|
- (new_object): Redefined as alias of Encode::Charset's. |
44 |
|
- (pod:ENCODINGS): New section. |
45 |
|
- Regist 'iso/iec2022' as encoding name. |
46 |
|
* Charset.pm: |
47 |
|
- (new_object): Moved from Encode::ISO2022. |
48 |
|
- (make_initial_coding_system): Define 'Csjis' coding system. |
49 |
|
* EUCFixed.pm (pod:ENCODINGS): New section. |
50 |
|
|
51 |
|
2002-09-20 Wakaba <w@suika.fam.cx> |
52 |
|
|
53 |
|
* ISO2022.pm: |
54 |
|
- (iso2022_to_internal): New function. |
55 |
|
- (_iso2022_to_internal): Renamed from iso2022_to_internal. |
56 |
|
- (iso2022_to_internal): Experimental support of DOCS. |
57 |
|
- (internal_to_iso2022): Output in UCS coding systems |
58 |
|
if the character is unable to be encoded in ISO/IEC 2022 |
59 |
|
coded character sets. |
60 |
|
- (_i2o): New procedure. |
61 |
|
- ($C->{option}->{designate_to}->{coding_system}): New option |
62 |
|
property object. |
63 |
|
- ($C->{coding_system}): New property. |
64 |
|
- (%CODING_SYSTEM): New hash. (Alias of Encode::Charset's one.) |
65 |
|
* Charset.pm (make_initial_coding_system): Set 'reset_state' |
66 |
|
property with 1 value to coding systems of DOCS with 02/14 I byte. |
67 |
|
|
68 |
|
2002-09-19 Wakaba <w@suika.fam.cx> |
69 |
|
|
70 |
|
* ISO2022.pm: |
71 |
|
- (make_initial_charset, make_charset): Removed. |
72 |
|
- (%CHARSET): Redefined as an alias of Encode::Charset's. |
73 |
|
* Charset.pm: New module. Charset definitions are |
74 |
|
moved from ISO2022.pm. |
75 |
|
|
76 |
2002-09-16 Wakaba <w@suika.fam.cx> |
2002-09-16 Wakaba <w@suika.fam.cx> |
77 |
|
|
78 |
* ISO2022.pm: |
* ISO2022.pm: |