Specify utf-8 for rc file.

This commit is contained in:
Salamandar 2018-05-28 10:18:10 +02:00 committed by Jehan
parent 8feb51954b
commit 02edd1c8eb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#pragma code_page(65001)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////