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