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