Fixed issue regarding missing encoders for DiscUtils fat filesystem parsing

This commit is contained in:
Gus
2019-07-27 09:48:08 +02:00
parent b56595ac27
commit bf7b09d551
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ namespace WPinternals
{
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
if (Environment.GetCommandLineArgs().Count() > 1)
CommandLine.OpenConsole();