Skip to content

When importing or exporting files that end in one of more non-breakable spaces (0xFF), they are trimmed from the filename #2

@Digitoxin1

Description

@Digitoxin1

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.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions