From 40dee61f919ca3941267623cb1ce399123ca19e5 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Tue, 19 Feb 2013 18:13:32 -0600 Subject: [PATCH] rc-httpd/handlers/serve-static: charset=utf-8 --- rc/bin/rc-httpd/handlers/serve-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/rc-httpd/handlers/serve-static b/rc/bin/rc-httpd/handlers/serve-static index 3f7544286..315621463 100755 --- a/rc/bin/rc-httpd/handlers/serve-static +++ b/rc/bin/rc-httpd/handlers/serve-static @@ -24,7 +24,7 @@ if not max_age=604800 # 1 week echo 'HTTP/1.1 200 OK'^$cr emit_extra_headers -echo 'Content-type: '^$type^$cr +echo 'Content-type: '^$type^'; charset=utf-8'^$cr echo 'Cache-control: max-age='^$max_age^$cr echo $cr exec cat $full_path