private static void InitializeProcess() { // by default, .NET Core doesn't have all code pages needed for Console apps. // see the .NET Core Notes in https://msdn.microsoft.com/en-us/library/system.diagnostics.process(v=vs.110).aspx Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); UILanguageOverride.Setup(); }
private static void InitializeProcess() { // by default, .NET Core doesn't have all code pages needed for Console apps. // see the .NET Core Notes in https://docs.microsoft.com/dotnet/api/system.diagnostics.process#-notes Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); UILanguageOverride.Setup(); }