From 5e04600a0195604e038169f205cbf58a3dff3ce4 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Wed, 15 Sep 2010 10:59:24 +0000 Subject: [PATCH] Output switched to UTF8 --- Builder/IISMainHandler/build.txt | 2 +- IISMainHandler/WebContext.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;