| 1 |
wakaba |
1.14 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
wakaba |
1.18 |
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
| 4 |
|
|
|
| 5 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
|
| 7 |
wakaba |
1.17 |
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
| 8 |
|
|
model. |
| 9 |
|
|
|
| 10 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
|
| 12 |
wakaba |
1.16 |
* DecodeHandle.pm: Typo fixed. |
| 13 |
|
|
|
| 14 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
|
| 16 |
wakaba |
1.15 |
* DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until| |
| 17 |
|
|
to |manakai_read_until| to reduce the number of string copies. |
| 18 |
|
|
|
| 19 |
|
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
|
| 21 |
wakaba |
1.14 |
* DecodeHandle.pm (CharString): New class. |
| 22 |
|
|
(Encode read): Don't remove read string from |{char_buffer}|, |
| 23 |
|
|
to decease the number of string operations and to enable |
| 24 |
|
|
|manakai_getc_until| ungetc'ing without any string operation. |
| 25 |
|
|
(manakai_getc_until): New method. |
| 26 |
|
|
|
| 27 |
|
|
* UnicodeChecker.pm (getc): Don't |read| more than one |
| 28 |
|
|
character, to prevent characters being bufferred |
| 29 |
|
|
such that mixture of |getc| and |manakai_getc_until| |
| 30 |
|
|
calls does not make the result broken. |
| 31 |
|
|
|
| 32 |
wakaba |
1.11 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
|
|
| 34 |
wakaba |
1.13 |
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
| 35 |
|
|
number of string copies and method calls, first round. |
| 36 |
|
|
|
| 37 |
|
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
|
| 39 |
wakaba |
1.12 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
| 40 |
|
|
for |read| method. |
| 41 |
|
|
|
| 42 |
|
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
|
| 44 |
wakaba |
1.11 |
* UnicodeChecker.pm: New module. |
| 45 |
|
|
|
| 46 |
wakaba |
1.10 |
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
|
| 48 |
|
|
* DecodeHandle.pm: Set error levels. |
| 49 |
|
|
|
| 50 |
|
|
* WebLatin1.pm: Support for |us-ascii| and |iso-8859-5| |
| 51 |
|
|
charsets (this module no longer for Latin1, but for Latin* |
| 52 |
|
|
encodings). |
| 53 |
|
|
|
| 54 |
|
|
* WebThai.pm: Support for |tis-620| charset. |
| 55 |
|
|
|
| 56 |
wakaba |
1.7 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 57 |
|
|
|
| 58 |
wakaba |
1.9 |
* WebThai.pm, WebLatin1.pm: New modules. |
| 59 |
|
|
|
| 60 |
|
|
* DecodeHandle.pm: Support for fallback character mappings, |
| 61 |
|
|
used for WebLatin1 and WebThai encodings. |
| 62 |
|
|
|
| 63 |
|
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
|
| 65 |
wakaba |
1.8 |
* DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered |
| 66 |
|
|
as part of double-byte characters for more user-friendly error |
| 67 |
|
|
recovery. |
| 68 |
|
|
|
| 69 |
|
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
|
| 71 |
wakaba |
1.7 |
* DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified. |
| 72 |
|
|
|
| 73 |
wakaba |
1.6 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
| 74 |
|
|
|
| 75 |
|
|
* DecodeHandle.pm (ByteBuffer): New class. |
| 76 |
|
|
|
| 77 |
wakaba |
1.5 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 78 |
|
|
|
| 79 |
|
|
* CharDet.pm (detect): Catch an error in detection function. |
| 80 |
|
|
|
| 81 |
wakaba |
1.4 |
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
| 82 |
|
|
|
| 83 |
|
|
* Makefile: New file. |
| 84 |
|
|
|
| 85 |
|
|
* UniversalCharDet.pm, UniversalCharDet.pod: New files. |
| 86 |
|
|
|
| 87 |
wakaba |
1.2 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 88 |
|
|
|
| 89 |
wakaba |
1.3 |
* DecodeHandle.pm (create_decode_handle): Set canonical |
| 90 |
|
|
or specified name to |input_encoding| attribute. |
| 91 |
|
|
(uri_to_name): Reimplemented. |
| 92 |
|
|
(input_encoding): Return charset name returned |
| 93 |
|
|
by |uri_to_name| if available. |
| 94 |
|
|
($CharsetDef): Property |xml_name| is now contain |
| 95 |
|
|
only name defined in XML specifications. |
| 96 |
|
|
|
| 97 |
|
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 98 |
|
|
|
| 99 |
wakaba |
1.2 |
* DecodeHandle.pm: New Perl module (created |
| 100 |
|
|
from manakai's |Encode.dis|). |
| 101 |
|
|
|
| 102 |
|
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 103 |
|
|
|
| 104 |
|
|
* ChangeLog: New file. |
| 105 |
|
|
|