diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 15448f1..d3e6945 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1261 \ No newline at end of file +1269 \ No newline at end of file diff --git a/IISMainHandler/WebContext.cs b/IISMainHandler/WebContext.cs index 2ecc4b6..354632e 100644 --- a/IISMainHandler/WebContext.cs +++ b/IISMainHandler/WebContext.cs @@ -13,7 +13,7 @@ using System.IO; namespace FLocal.IISHandler { class WebContext : Common.UserContext { - private static readonly Encoding OutputEncoding = Encoding.GetEncoding(1251); + private static readonly Encoding OutputEncoding = Encoding.UTF8; public readonly HttpContext httpcontext;