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