Auto-Merge pull request #3058 from cjmayo/debug_utf8
authorcollectd bot <32910397+collectd-bot@users.noreply.github.com>
Thu, 7 Feb 2019 08:16:09 +0000 (09:16 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Feb 2019 08:16:09 +0000 (09:16 +0100)
Automatically merged due to "Automerge" label

contrib/collection3/bin/graph.cgi

index 2b3f2fe..ba189de 100755 (executable)
@@ -140,10 +140,10 @@ sub main
   if (param ('debug'))
   {
     print <<HTTP;
-Content-Type: text/plain
+Content-Type: text/plain; charset=utf-8
 
 HTTP
-    $ContentType = 'text/plain';
+    $ContentType = 'text/plain; charset=utf-8';
   }
 
   if ($GraphWidth)