1 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
4 |
number of string copies and method calls, first round. |
5 |
|
6 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
9 |
for |read| method. |
10 |
|
11 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* UnicodeChecker.pm: New module. |
14 |
|
15 |
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* DecodeHandle.pm: Set error levels. |
18 |
|
19 |
* WebLatin1.pm: Support for |us-ascii| and |iso-8859-5| |
20 |
charsets (this module no longer for Latin1, but for Latin* |
21 |
encodings). |
22 |
|
23 |
* WebThai.pm: Support for |tis-620| charset. |
24 |
|
25 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* WebThai.pm, WebLatin1.pm: New modules. |
28 |
|
29 |
* DecodeHandle.pm: Support for fallback character mappings, |
30 |
used for WebLatin1 and WebThai encodings. |
31 |
|
32 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered |
35 |
as part of double-byte characters for more user-friendly error |
36 |
recovery. |
37 |
|
38 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified. |
41 |
|
42 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* DecodeHandle.pm (ByteBuffer): New class. |
45 |
|
46 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* CharDet.pm (detect): Catch an error in detection function. |
49 |
|
50 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* Makefile: New file. |
53 |
|
54 |
* UniversalCharDet.pm, UniversalCharDet.pod: New files. |
55 |
|
56 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* DecodeHandle.pm (create_decode_handle): Set canonical |
59 |
or specified name to |input_encoding| attribute. |
60 |
(uri_to_name): Reimplemented. |
61 |
(input_encoding): Return charset name returned |
62 |
by |uri_to_name| if available. |
63 |
($CharsetDef): Property |xml_name| is now contain |
64 |
only name defined in XML specifications. |
65 |
|
66 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* DecodeHandle.pm: New Perl module (created |
69 |
from manakai's |Encode.dis|). |
70 |
|
71 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* ChangeLog: New file. |
74 |
|