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