1 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Remove checking for control character, surrogate |
4 |
|
pair, or noncharacter code points and non-Unicode code |
5 |
|
points (they should be handled by Whatpm::Charset::UnicodeChecker). |
6 |
|
(parse_char_stream): Support for the |$get_wrapper| argument and |
7 |
|
character stream error handlers. |
8 |
|
|
9 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* ContentChecker.pm: Don't call |loda_ns_module| |
12 |
|
for null-namespace elements/attributes. |
13 |
|
|
14 |
|
* HTML.pm.src: Fact out $disallowed_control_chars |
15 |
|
as a hash. |
16 |
|
|
17 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Regexp typo fixed. |{prev_char}| |
20 |
|
and |{next_char}| initializations are moved to initialization |
21 |
|
method. |{read_until}| now supports buffering. Sync |set_inner_html| |
22 |
|
with |parse_char_stream|. |
23 |
|
|
24 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src (parse_char_stream): Make |set_next_char| |
27 |
|
invoke |manakai_read_until|, not only |read|, where |
28 |
|
possible, to decrease the number of |read| method calls. |
29 |
|
|
30 |
|
* mkhtmlparser.pl: Related changes to the aforementioned |
31 |
|
modification. |
32 |
|
|
33 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |