1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DecodeHandle.pm: Merge the EUCJP class into the Encode class. |
4 |
|
|
5 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DecodeHandle.pm: EUCJP class reimplemented using |read|-centric |
8 |
|
model. |
9 |
|
|
10 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DecodeHandle.pm: Typo fixed. |
13 |
|
|
14 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* 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 |
* DecodeHandle.pm (CharString): New class. |
* DecodeHandle.pm (CharString): New class. |
22 |
(Encode read): Don't remove read string from |{char_buffer}|, |
(Encode read): Don't remove read string from |{char_buffer}|, |
23 |
to decease the number of string operations and to enable |
to decease the number of string operations and to enable |