Skip to content

Commit

Permalink
Update StringUtil.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple authored Jul 16, 2020
1 parent d5e40c6 commit 0877d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Sdk/Util/StringUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static StringUtil()
//
// 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
Expand Down

0 comments on commit 0877d9a

Please sign in to comment.