Register encoding provider for ExecutableTest

This commit is contained in:
Matt Nadareski
2022-11-09 21:09:37 -08:00
parent f6ffd314b1
commit 9b6456a80f

View File

@@ -16,6 +16,9 @@ namespace ExecutableTest
return;
}
// Register the codepages
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
// Loop through the args
foreach (string arg in args)
{