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