1 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DecodeHandle.pm: Merge the ShiftJIS class into the Encode class. |
4 |
|
|
5 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
8 |
|
|
9 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
12 |
|
model. |
13 |
|
|
14 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DecodeHandle.pm: Typo fixed. |
17 |
|
|
18 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until| |
21 |
|
to |manakai_read_until| to reduce the number of string copies. |
22 |
|
|
23 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DecodeHandle.pm (CharString): New class. |
26 |
|
(Encode read): Don't remove read string from |{char_buffer}|, |
27 |
|
to decease the number of string operations and to enable |
28 |
|
|manakai_getc_until| ungetc'ing without any string operation. |
29 |
|
(manakai_getc_until): New method. |
30 |
|
|
31 |
|
* UnicodeChecker.pm (getc): Don't |read| more than one |
32 |
|
character, to prevent characters being bufferred |
33 |
|
such that mixture of |getc| and |manakai_getc_until| |
34 |
|
calls does not make the result broken. |
35 |
|
|
36 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
39 |
|
number of string copies and method calls, first round. |
40 |
|
|
41 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |