1 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* 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 |
* DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified. |
10 |
|
11 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* DecodeHandle.pm (ByteBuffer): New class. |
14 |
|
15 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* CharDet.pm (detect): Catch an error in detection function. |
18 |
|
19 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* Makefile: New file. |
22 |
|
23 |
* UniversalCharDet.pm, UniversalCharDet.pod: New files. |
24 |
|
25 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* 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 |
* 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 |
|