From bf7b09d5512fda15e6e0cfed829109975a1ee352 Mon Sep 17 00:00:00 2001 From: Gus Date: Sat, 27 Jul 2019 09:48:08 +0200 Subject: [PATCH] Fixed issue regarding missing encoders for DiscUtils fat filesystem parsing --- App.xaml.cs | 2 ++ WPinternals.Core.csproj | 1 + 2 files changed, 3 insertions(+) diff --git a/App.xaml.cs b/App.xaml.cs index b4de8e1..3d323e1 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -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(); diff --git a/WPinternals.Core.csproj b/WPinternals.Core.csproj index 8b11ed1..72ec881 100644 --- a/WPinternals.Core.csproj +++ b/WPinternals.Core.csproj @@ -34,6 +34,7 @@ +