forked from tsoding/musializer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue tsoding#29: Change the Codepage of the process to UTF-8
To support loading filenames with unicode characters on windows, declare UTF-8 support in the manifest file.
- Loading branch information
OetkenPurveyorOfCode
committed
Oct 22, 2023
1 parent
80089e3
commit 7587d32
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
id ICON "./resources/logo/logo-256.ico" | ||
#include <winuser.h> | ||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "utf8.xml" | ||
id ICON "./resources/logo/logo-256.ico" |