mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[Problem] Special chars isn't trimmed from Output Path #524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ragowit on GitHub (Apr 13, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
Build
Describe the issue


A disc title can have the char ™, which isn't trimmed in MPF, causing errors in DIC.
This is what you see in MPF, the ™ is in the Output Path, but not visible.

To Reproduce
Expected behavior
Since ™ is not allowed anyway, remove it (and any other special chars) from that Output Path altogether.
Additional context
A workaround is to simply rewrite the Output Path yourself if you encounter this error.
@mnadareski commented on GitHub (Apr 13, 2023):
This is an issue with DIC and not with MPF. Those characters are not prohibited in file paths so if there are issues, then they stem directly from lack of handling for anything but extended ASCII in DIC. Please open an issue on DIC here: https://github.com/saramibreak/DiscImageCreator/issues