mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add codepages for .NET Core.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DiscImageChef.Core;
|
||||
using DiscImageChef.Database;
|
||||
@@ -58,6 +59,8 @@ namespace DiscImageChef.Gtk
|
||||
break;
|
||||
}
|
||||
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
|
||||
new Application(Platforms.Gtk).Run(new frmMain(Debug, Verbose));
|
||||
|
||||
Statistics.SaveStats();
|
||||
|
||||
Reference in New Issue
Block a user