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