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