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