mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-19 22:00:12 +10:00
Fixed issue regarding missing encoders for DiscUtils fat filesystem parsing
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user