1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: It turns out that U+FFFD don't have to |
4 |
|
be added to the list of excluded characters. |
5 |
|
|
6 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src ($char_onerror): Have character decoder's |line| |
9 |
|
and |column| a higher priority than the one set by the |
10 |
|
tokenizer's input handler. |
11 |
|
($self->{read_until}): Exclude U+FFFD (but this might |
12 |
|
not be necessary, since now we do line/column fixup in |
13 |
|
the character decode handle). |
14 |
|
|
15 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src: Use |{read_until}| where possible. |
18 |
|
|
19 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* HTML.pm.src: Change |{getc_until}| to |{read_until}| |
* HTML.pm.src: Change |{getc_until}| to |{read_until}| |
22 |
and |manakai_getc_until| to |manakai_read_until| to |
and |manakai_getc_until| to |manakai_read_until| to |
23 |
reduce the number of string copies. |
reduce the number of string copies. |