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