From 5462304057c0e97c5fbaafc7fdaf4f040cbd316c Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 16 Jul 2020 10:30:42 -0400 Subject: [PATCH] Update StringUtil.cs --- src/Runner.Sdk/Util/StringUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runner.Sdk/Util/StringUtil.cs b/src/Runner.Sdk/Util/StringUtil.cs index ddbf8d56c..f5111ec89 100644 --- a/src/Runner.Sdk/Util/StringUtil.cs +++ b/src/Runner.Sdk/Util/StringUtil.cs @@ -30,7 +30,7 @@ namespace GitHub.Runner.Sdk // // For example, on an en-US box, this is required for loading the encoding for the // default console output code page '437'. Without loading the correct encoding for - // code page IBM437, some characters cannot be translated correctly, e.g. write 'ç' + // code page IBM437, some characters cannot be translated correctly, e.g. write 'ç' // from powershell.exe. Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); #endif