mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
DiscUtils: Fat: Merge more upstream changes related to encoding registration
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
namespace DiscUtils.Fat
|
||||
{
|
||||
using DiscUtils.CoreCompat;
|
||||
using DiscUtils.Internal;
|
||||
using DiscUtils.Streams;
|
||||
using System;
|
||||
@@ -78,6 +79,11 @@ namespace DiscUtils.Fat
|
||||
private ushort _bpbFSInfo;
|
||||
private ushort _bpbBkBootSec;
|
||||
|
||||
static FatFileSystem()
|
||||
{
|
||||
EncodingHelper.RegisterEncodings();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the FatFileSystem class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user