1 |
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Encode.dis (close): New method. |
4 |
|
5 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* Makefile (clean-db): New rule. |
8 |
|
9 |
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
10 |
|
11 |
* Makefile (gl-jis-1978.tbr): 1983-swapped-pairs were not reversed. |
12 |
(install): Rule |install-GLJIS1997Swapped| is added. |
13 |
|
14 |
* Encode.dis (createMCDecodeHandle): Charset |iso-2022-jp| |
15 |
is implemented. |
16 |
(ManakaiMCISO2022JPDecodeHandle): New class. |
17 |
|
18 |
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* Makefile (GLJIS1997Swapped): New |Encode| module. |
21 |
|
22 |
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* Encode.dis (createMCDecodeHandle): Charsets |euc-jp| |
25 |
and |shift_jis| are implemented. |
26 |
(ManakaiMCEUCJPDecodeHandle): New class. |
27 |
(ManakaiMCShiftJISDecodeHandle): New class. |
28 |
|
29 |
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* Encode.dis (ungetc): New method. |
32 |
|
33 |
* Makefile: Rules to make |Encode| modules |
34 |
for |euc-jp-1997|, |shift-jis-1997|, |gl-jis-1978|, |gl-jis-1983|, |
35 |
and |gl-jis-1997| are added. |
36 |
|
37 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
38 |
|
39 |
* Encode.dis (createMCDecodeHandle): New |
40 |
parameter |onerror| is added. Charsets |cs:XML.utf-8|, |cs:XML.utf-16|, |
41 |
and |xml-auto-charset:| are implemented. Throws an error |
42 |
if the charset is not supported. |
43 |
(getURIFromCharsetName, getCharsetNameFromURI): Algorithmic URIs are |
44 |
supported. |
45 |
(onerror): Removed from |onoctetstreamerror|. |
46 |
(MCXMLDecodeHandle): Removed. |
47 |
(inputEncoding, hasBOM): New attributes. |
48 |
|
49 |
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* Makefile: A typo is fixed. |
52 |
|
53 |
* Encode.dis (Require): A reference to the |DISlib:Charset| |
54 |
module is added. |
55 |
(MCEncodeFeature10): New feature. |
56 |
(MCEncodeImplementation): New interface. |
57 |
(MCDecodeHandle): New interface. |
58 |
|
59 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* ChangeLog: New file. |
62 |
|
63 |
* Encode.dis: New file. |
64 |
|
65 |
* Makefile: New file. |
66 |
|
67 |
|
68 |
|