| 1 |
wakaba |
1.25 |
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
|
|
* UniversalCharDet.pod: Typo fixed. |
| 4 |
|
|
|
| 5 |
wakaba |
1.24 |
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 |
wakaba |
1.21 |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
|
| 14 |
wakaba |
1.23 |
* handles.en.html: New documentation. |
| 15 |
|
|
|
| 16 |
|
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
|
| 18 |
wakaba |
1.22 |
* 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 |
wakaba |
1.21 |
* UnicodeChecker.pm: Use hash for better performance. |
| 27 |
|
|
|
| 28 |
wakaba |
1.14 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
|
| 30 |
wakaba |
1.20 |
* 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 |
wakaba |
1.19 |
* DecodeHandle.pm: Merge the ShiftJIS class into the Encode class. |
| 39 |
|
|
|
| 40 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
|
| 42 |
wakaba |
1.18 |
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
| 43 |
|
|
|
| 44 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
|
| 46 |
wakaba |
1.17 |
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
| 47 |
|
|
model. |
| 48 |
|
|
|
| 49 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
|
| 51 |
wakaba |
1.16 |
* DecodeHandle.pm: Typo fixed. |
| 52 |
|
|
|
| 53 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
|
| 55 |
wakaba |
1.15 |
* 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 |
wakaba |
1.14 |
* 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 |
wakaba |
1.11 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 72 |
|
|
|
| 73 |
wakaba |
1.13 |
* 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> |
| 77 |
|
|
|
| 78 |
wakaba |
1.12 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
| 79 |
|
|
for |read| method. |
| 80 |
|
|
|
| 81 |
|
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 82 |
|
|
|
| 83 |
wakaba |
1.11 |
* UnicodeChecker.pm: New module. |
| 84 |
|
|
|
| 85 |
wakaba |
1.10 |
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
| 86 |
|
|
|
| 87 |
|
|
* DecodeHandle.pm: Set error levels. |
| 88 |
|
|
|
| 89 |
|
|
* WebLatin1.pm: Support for |us-ascii| and |iso-8859-5| |
| 90 |
|
|
charsets (this module no longer for Latin1, but for Latin* |
| 91 |
|
|
encodings). |
| 92 |
|
|
|
| 93 |
|
|
* WebThai.pm: Support for |tis-620| charset. |
| 94 |
|
|
|
| 95 |
wakaba |
1.7 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 96 |
|
|
|
| 97 |
wakaba |
1.9 |
* WebThai.pm, WebLatin1.pm: New modules. |
| 98 |
|
|
|
| 99 |
|
|
* DecodeHandle.pm: Support for fallback character mappings, |
| 100 |
|
|
used for WebLatin1 and WebThai encodings. |
| 101 |
|
|
|
| 102 |
|
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 103 |
|
|
|
| 104 |
wakaba |
1.8 |
* DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered |
| 105 |
|
|
as part of double-byte characters for more user-friendly error |
| 106 |
|
|
recovery. |
| 107 |
|
|
|
| 108 |
|
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 109 |
|
|
|
| 110 |
wakaba |
1.7 |
* DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified. |
| 111 |
|
|
|
| 112 |
wakaba |
1.6 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
|
|
| 114 |
|
|
* DecodeHandle.pm (ByteBuffer): New class. |
| 115 |
|
|
|
| 116 |
wakaba |
1.5 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 117 |
|
|
|
| 118 |
|
|
* CharDet.pm (detect): Catch an error in detection function. |
| 119 |
|
|
|
| 120 |
wakaba |
1.4 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
| 121 |
|
|
|
| 122 |
|
|
* Makefile: New file. |
| 123 |
|
|
|
| 124 |
|
|
* UniversalCharDet.pm, UniversalCharDet.pod: New files. |
| 125 |
|
|
|
| 126 |
wakaba |
1.2 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 127 |
|
|
|
| 128 |
wakaba |
1.3 |
* DecodeHandle.pm (create_decode_handle): Set canonical |
| 129 |
|
|
or specified name to |input_encoding| attribute. |
| 130 |
|
|
(uri_to_name): Reimplemented. |
| 131 |
|
|
(input_encoding): Return charset name returned |
| 132 |
|
|
by |uri_to_name| if available. |
| 133 |
|
|
($CharsetDef): Property |xml_name| is now contain |
| 134 |
|
|
only name defined in XML specifications. |
| 135 |
|
|
|
| 136 |
|
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 137 |
|
|
|
| 138 |
wakaba |
1.2 |
* DecodeHandle.pm: New Perl module (created |
| 139 |
|
|
from manakai's |Encode.dis|). |
| 140 |
|
|
|
| 141 |
|
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 142 |
|
|
|
| 143 |
|
|
* ChangeLog: New file. |
| 144 |
|
|
|