ThibautSF / ParadoxosModManagerRework

Software to manage mods for recent Paradox games, work in progress, Java 11
MIT License
64 stars 7 forks source link

Export fails on special characters #6

Closed Pixelz closed 4 years ago

Pixelz commented 4 years ago

Export fails if the list name contains special characters not allowed for filenames in windows. It creates an empty file with the name after the special character cropped.

Steps to reproduce:

ThibautSF commented 4 years ago

All special chars are now removed (Hope I didn't forget any...)

Example List foo:bar is exported in Export_Stellaris_foobar.json List \\\\/:*?\"<>|...* is exported in Export_Stellaris_WhyYouUseOnlySpecialChar.json

Import keep the real name image

ThibautSF commented 4 years ago

Should be ready for 0.8.1