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:
@@ -33,6 +33,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DiscImageChef.Commands;
|
||||
using DiscImageChef.CommonTypes.Interop;
|
||||
@@ -95,6 +96,8 @@ namespace DiscImageChef
|
||||
|
||||
PlatformID currentPlatform = DetectOS.GetRealPlatformID();
|
||||
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
|
||||
CommandSet commands = new CommandSet("DiscImageChef")
|
||||
{
|
||||
$"{AssemblyTitle} {AssemblyVersion?.InformationalVersion}",
|
||||
|
||||
Reference in New Issue
Block a user