--- Coro/myhttpd/httpd.pl 2003/05/07 18:24:37 1.75 +++ Coro/myhttpd/httpd.pl 2005/07/13 13:58:51 1.76 @@ -531,7 +531,7 @@ $self->response(200, "ok", { - "Content-Type" => "text/html", + "Content-Type" => "text/html; charset=utf-8", "Content-Length" => length $idx, "Last-Modified" => time2str ($self->{stat}[9]), },