Skip to content

Commit

Permalink
Convert engine.rc to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Nov 10, 2023
1 parent 771efd0 commit 5a2f8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/res/engine.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#pragma code_page(65001)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -99,7 +99,7 @@ BEGIN
VALUE "SpecialBuild", C4BUILDOPT "\0"
VALUE "ProductVersion", C4VERSION "\0"
VALUE "InternalName", "LegacyClonk\0"
VALUE "LegalCopyright", "Copyright 2017-2020 LegacyClonk Team"
VALUE "LegalCopyright", "Copyright © 2017-2020 LegacyClonk Team"
VALUE "LegalTrademarks", "Clonk is a registered trademark of Matthes Bender.\0"
VALUE "OriginalFilename", "clonk.exe\0"
VALUE "PrivateBuild", "\0"
Expand Down

0 comments on commit 5a2f8ee

Please sign in to comment.