asivery / webminidisc

Upload your Music to NetMD and HiMD MiniDisc devices thanks to WebUSB and WASM
GNU General Public License v2.0
122 stars 28 forks source link

Replace all disallowed characters in ZIP file names #51

Closed reillyeon closed 4 months ago

reillyeon commented 4 months ago

Replace all characters that aren't allowed in Windows filenames with an underscore when creating a ZIP archive. This prevents errors when extracting the archive onto a Windows filesystem.

asivery commented 4 months ago

Good catch - thanks!