--- test/html-webhacc/cc.cgi 2007/11/04 09:15:02 1.22
+++ test/html-webhacc/cc.cgi 2007/11/11 06:57:16 1.24
@@ -1,5 +1,6 @@
#!/usr/bin/perl
use strict;
+use utf8;
use lib qw[/home/httpd/html/www/markup/html/whatpm
/home/wakaba/work/manakai2/lib];
@@ -109,7 +110,7 @@
print_source_string_section (\($input->{s}), 'utf-8');
} else {
## TODO: Change HTTP status code??
- print_result_unknown_type_section ($input);
+ print_result_unknown_type_section ($input, $result);
}
if (defined $doc or defined $el) {
@@ -142,7 +143,8 @@