Skip to content

Commit

Permalink
RC: Fix stray characters
Browse files Browse the repository at this point in the history
The Windows resource file is encoded in UTF-8, but it was being compiled
under a different code page. Add a pragma up top to enforce the file's
UTF-8 encoding when building.

Signed-off-by: Avery King <avery98@pm.me>
(cherry picked from commit 95352a9)
  • Loading branch information
generic-pers0n committed Aug 31, 2024
1 parent b227aea commit aa99706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win/tenacity.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma code_page(65001)

TenacityLogo ICON "tenacity.ico"

#include <winuser.h>
Expand Down

0 comments on commit aa99706

Please sign in to comment.