Dn-Programming-Core-Management / Dn-FamiTracker

modifications and improvements for 0CC-FamiTracker (based on j0CC-FamiTracker 0.6.3)
Other
372 stars 23 forks source link

file operations fail with paths that include any emojis #254

Open mattlohkamp opened 7 months ago

mattlohkamp commented 7 months ago

Steps to reproduce:

  1. create a new directory called "this doesn't work 😭"
  2. start a new famitracker project
  3. attempt to save it the directory with an emoji in the title
  4. the operation fails with this error message: Could not save file: The filename, directory name, or volume label syntax is incorrect. 123

image

Trying to load/save instrument presets and DPCM samples produce similar results.

Gumball2415 commented 7 months ago

FT 0.4.6 and its derivatives do not support unicode paths. FT 0.5.0b does however, not sure about 0CC 0.3.15.3

as of writing Dn-FamiTracker does not support unicode yet

mattlohkamp commented 7 months ago

understood - also, a little embaressed to admit I forgot I ran into this using 0.4.0.1 anyway, I didn't even check to see if it'd been fixed in a recent release.

unicode support would be nice to see in the future for DN, regardless!