- controlapi: change logolist charset to UTF-8 to fix german umlauts

This commit is contained in:
svenhoefer
2015-04-23 23:01:45 +02:00
parent d2ee7e6f0a
commit 907ea29f23

View File

@@ -865,6 +865,7 @@ void CControlAPI::LogolistCGI(CyhookHandler *hh)
result += "\n"; result += "\n";
} }
hh->SetHeader(HTTP_OK, "text/plain; charset=UTF-8");
hh->WriteLn(result); hh->WriteLn(result);
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------