1 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DecodeHandle.pm (CharString): New class. |
4 |
|
(Encode read): Don't remove read string from |{char_buffer}|, |
5 |
|
to decease the number of string operations and to enable |
6 |
|
|manakai_getc_until| ungetc'ing without any string operation. |
7 |
|
(manakai_getc_until): New method. |
8 |
|
|
9 |
|
* UnicodeChecker.pm (getc): Don't |read| more than one |
10 |
|
character, to prevent characters being bufferred |
11 |
|
such that mixture of |getc| and |manakai_getc_until| |
12 |
|
calls does not make the result broken. |
13 |
|
|
14 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |