--- didiwiki-0.3/src/http.c 2004-08-09 04:25:51.000000000 +0800 +++ didiwiki/src/http.c 2004-09-02 10:02:49.000000000 +0800 @@ -412,7 +412,7 @@ http_response_send_headers(HttpResponse /* XXX didi likes cookies etc */ - printf("Content-Type: %s; charset=ISO-8859-1\r\n", + printf("Content-Type: %s; charset=UTF-8\r\n", res->content_type == NULL ? "text/html" : res->content_type); if (res->data_len)