tsoding / musializer

Music Visualizer
MIT License
921 stars 97 forks source link

Fix for issue #9: Change the Codepage of the process to UTF-8 #42

Closed OetkenPurveyorOfCode closed 1 year ago

OetkenPurveyorOfCode commented 1 year ago

To support loading filenames with unicode characters on windows, declare UTF-8 support in the manifest file.

rexim commented 1 year ago

@OetkenPurveyorOfCode oh! It even fixes the problem when compiled with MinGW and ran with Wine. Nice! :+1: Thank you very much!