From bb31276bdc1fb666300e0fc42b767c787b5ef13c Mon Sep 17 00:00:00 2001 From: "Hiroaki@R-koubou" Date: Mon, 6 Nov 2023 21:15:07 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E4=BD=BF=E7=94=A8=E5=A4=89=E6=95=B0?= =?UTF-8?q?=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Runtime/Commons/Helpers/EncodingHelper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/KeySwitchManager/Sources/Runtime/Commons/Helpers/EncodingHelper.cs b/KeySwitchManager/Sources/Runtime/Commons/Helpers/EncodingHelper.cs index e4cb15e5..570cf9b5 100644 --- a/KeySwitchManager/Sources/Runtime/Commons/Helpers/EncodingHelper.cs +++ b/KeySwitchManager/Sources/Runtime/Commons/Helpers/EncodingHelper.cs @@ -8,7 +8,5 @@ public static class EncodingHelper public static Encoding UTF8 => Encoding.UTF8; public static Encoding UTF8N { get; } = new UTF8Encoding( false ); // ReSharper restore InconsistentNaming - - public static Encoding Default => UTF8N; } }