Index: TFP-WebServer/WebServer/ModInfo.xml
===================================================================
--- TFP-WebServer/WebServer/ModInfo.xml	(revision 468)
+++ TFP-WebServer/WebServer/ModInfo.xml	(revision 469)
@@ -5,5 +5,5 @@
 	<Description value="Integrated Webserver for the Web Dashboard and server APIs" />
 	<Author value="The Fun Pimps LLC" />
-	<Version value="21.1.16.3" />
+	<Version value="21.1.16.4" />
 	<Website value="" />
 </xml>
Index: TFP-WebServer/WebServer/WebServer.csproj
===================================================================
--- TFP-WebServer/WebServer/WebServer.csproj	(revision 468)
+++ TFP-WebServer/WebServer/WebServer.csproj	(revision 469)
@@ -33,5 +33,5 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
-    <DebugType>full</DebugType>
+    <DebugType>portable</DebugType>
     <DebugSymbols>true</DebugSymbols>
   </PropertyGroup>
@@ -40,5 +40,5 @@
     <DefineConstants>ENABLE_PROFILER</DefineConstants>
     <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
+    <DebugType>portable</DebugType>
   </PropertyGroup>
   <ItemGroup>
Index: TFP-WebServer/WebServer/src/Web.cs
===================================================================
--- TFP-WebServer/WebServer/src/Web.cs	(revision 468)
+++ TFP-WebServer/WebServer/src/Web.cs	(revision 469)
@@ -3,4 +3,5 @@
 using System.IO;
 using System.Net.Sockets;
+using System.Text;
 using SpaceWizards.HttpListener;
 using UnityEngine;
@@ -235,4 +236,5 @@
 				}
 
+				request.ContentEncoding = Encoding.UTF8;
 				RequestContext context = new RequestContext (requestPath, request, response, conn, permissionLevel);
 
