| 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> |
| 77 |
|
|
| 78 |
|
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
| 79 |
|
for |read| method. |
| 80 |
|
|
| 81 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 82 |
|
|
| 83 |
|
* UnicodeChecker.pm: New module. |
| 84 |
|
|
| 85 |
|
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 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 96 |
|
|
| 97 |
* WebThai.pm, WebLatin1.pm: New modules. |
* WebThai.pm, WebLatin1.pm: New modules. |