From 7f14f0c5b07117ec9ce756faa4d4cacdf57e8cf8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 23 Apr 2024 21:43:17 -0400 Subject: [PATCH] Fix encoding for DirectoryEntry --- CFB/DirectoryEntry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFB/DirectoryEntry.cs b/CFB/DirectoryEntry.cs index 19635e5..3de994e 100644 --- a/CFB/DirectoryEntry.cs +++ b/CFB/DirectoryEntry.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; namespace SabreTools.Models.CFB { /// - [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] + [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public sealed class DirectoryEntry { ///