1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DecodeHandle.pm: Merge the ShiftJIS class into the Encode class. |
4 |
|
5 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
8 |
|
9 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
10 |
|
11 |
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
12 |
model. |
13 |
|
14 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* DecodeHandle.pm: Typo fixed. |
17 |
|
18 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until| |
21 |
to |manakai_read_until| to reduce the number of string copies. |
22 |
|
23 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
24 |
|
25 |
* DecodeHandle.pm (CharString): New class. |
26 |
(Encode read): Don't remove read string from |{char_buffer}|, |
27 |
to decease the number of string operations and to enable |
28 |
|manakai_getc_until| ungetc'ing without any string operation. |
29 |
(manakai_getc_until): New method. |
30 |
|
31 |
* UnicodeChecker.pm (getc): Don't |read| more than one |
32 |
character, to prevent characters being bufferred |
33 |
such that mixture of |getc| and |manakai_getc_until| |
34 |
calls does not make the result broken. |
35 |
|
36 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
39 |
number of string copies and method calls, first round. |
40 |
|
41 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
42 |
|
43 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
44 |
for |read| method. |
45 |
|
46 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* UnicodeChecker.pm: New module. |
49 |
|
50 |
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* DecodeHandle.pm: Set error levels. |
53 |
|
54 |
* WebLatin1.pm: Support for |us-ascii| and |iso-8859-5| |
55 |
charsets (this module no longer for Latin1, but for Latin* |
56 |
encodings). |
57 |
|
58 |
* WebThai.pm: Support for |tis-620| charset. |
59 |
|
60 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
61 |
|
62 |
* WebThai.pm, WebLatin1.pm: New modules. |
63 |
|
64 |
* DecodeHandle.pm: Support for fallback character mappings, |
65 |
used for WebLatin1 and WebThai encodings. |
66 |
|
67 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered |
70 |
as part of double-byte characters for more user-friendly error |
71 |
recovery. |
72 |
|
73 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified. |
76 |
|
77 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
78 |
|
79 |
* DecodeHandle.pm (ByteBuffer): New class. |
80 |
|
81 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
82 |
|
83 |
* CharDet.pm (detect): Catch an error in detection function. |
84 |
|
85 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* Makefile: New file. |
88 |
|
89 |
* UniversalCharDet.pm, UniversalCharDet.pod: New files. |
90 |
|
91 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* DecodeHandle.pm (create_decode_handle): Set canonical |
94 |
or specified name to |input_encoding| attribute. |
95 |
(uri_to_name): Reimplemented. |
96 |
(input_encoding): Return charset name returned |
97 |
by |uri_to_name| if available. |
98 |
($CharsetDef): Property |xml_name| is now contain |
99 |
only name defined in XML specifications. |
100 |
|
101 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
102 |
|
103 |
* DecodeHandle.pm: New Perl module (created |
104 |
from manakai's |Encode.dis|). |
105 |
|
106 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
107 |
|
108 |
* ChangeLog: New file. |
109 |
|