1 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* UniversalCharDet.pod: Typo fixed. |
4 |
|
|
5 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DecodeHandleOld.pm: DecodeHandle.pm revision 1.6 reintroduced |
8 |
|
since the latest implementation of DeocdeHandle.pm shows |
9 |
|
considerably bad performance when combined with |
10 |
|
Message::DOM::XMLParserTemp. |
11 |
|
|
12 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* handles.en.html: New documentation. |
15 |
|
|
16 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DecodeHandle.pm (onerror): Return |undef| if no explicit value |
19 |
|
is set. |
20 |
|
|
21 |
|
* UnicodeChecker.pm: Support for HTML5 parse errors. |
22 |
|
(onerror): Return |undef| if no explicit value is set. |
23 |
|
|
24 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* UnicodeChecker.pm: Use hash for better performance. |
27 |
|
|
28 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DecodeHandle.pm (CharString onerror): New method. |
31 |
|
|
32 |
|
* UnicodeString.pm (read): New. |
33 |
|
(getc): Removed. |
34 |
|
(manakai_read_until): Checking operation implemented. |
35 |
|
|
36 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DecodeHandle.pm: Merge the ShiftJIS class into the Encode class. |
39 |
|
|
40 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
43 |
|
|
44 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
47 |
|
model. |
48 |
|
|
49 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DecodeHandle.pm: Typo fixed. |
52 |
|
|
53 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until| |
56 |
|
to |manakai_read_until| to reduce the number of string copies. |
57 |
|
|
58 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DecodeHandle.pm (CharString): New class. |
61 |
|
(Encode read): Don't remove read string from |{char_buffer}|, |
62 |
|
to decease the number of string operations and to enable |
63 |
|
|manakai_getc_until| ungetc'ing without any string operation. |
64 |
|
(manakai_getc_until): New method. |
65 |
|
|
66 |
|
* UnicodeChecker.pm (getc): Don't |read| more than one |
67 |
|
character, to prevent characters being bufferred |
68 |
|
such that mixture of |getc| and |manakai_getc_until| |
69 |
|
calls does not make the result broken. |
70 |
|
|
71 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
74 |
|
number of string copies and method calls, first round. |
75 |
|
|
76 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |