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