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