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