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