Manually specify UTF-8 encoding for Cuberite.rc (#5589)

This commit is contained in:
Alexander Harkness 2024-11-11 14:33:13 +00:00 committed by GitHub
parent 5e258c6d95
commit c0f6c97dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
#pragma code_page(65001) // UTF-8
#include "winres.h"
Favicon ICON "icon.ico"