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