You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a limitation of .NET. All file operations in .NET run filenames through a trim function which trims a set of characters off of the end of a filename including non-breakable spaces.
This could be fixed by bypassing .NET and accessing the Windows API directly, but I'm not sure how this will affect users who are running DiskImageTool under Wine on Linux and MacOS.
The text was updated successfully, but these errors were encountered:
This is a limitation of .NET. All file operations in .NET run filenames through a trim function which trims a set of characters off of the end of a filename including non-breakable spaces.
This could be fixed by bypassing .NET and accessing the Windows API directly, but I'm not sure how this will affect users who are running DiskImageTool under Wine on Linux and MacOS.
The text was updated successfully, but these errors were encountered: