1 |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
4 |
|
rather than converting the whole byte string and then parsing. |
5 |
|
Propagate errors in character encoding layer. |
6 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
7 |
|
|
8 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
* HTML.pm.src (parse_char_stream): New method. |
* HTML.pm.src (parse_char_stream): New method. |
11 |
(parse_char_string): This method is now defined as an invocation |
(parse_char_string): This method is now defined as an invocation |
12 |
of the |parse_char_stream| method. |
of the |parse_char_stream| method. |