From 8e4fc80f7c204551085f1868df815ff97f786beb Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Sep 2018 16:20:44 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 4e48cd0d..26096eef 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -868,7 +868,7 @@ namespace WebSocketSharp.Net { using (var res = new MemoryStream ()) { foreach (var c in s) - urlEncode (c, res, true); + urlEncodeUnicode (c, res); res.Close (); return res.ToArray ();