set codepage on Windows to UTF-8

This commit is contained in:
AJ Kelly
2011-08-13 16:36:08 -05:00
parent dbd56c598f
commit 95873c12bd
+1 -1
View File
@@ -18,7 +18,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
/////////////////////////////////////////////////////////////////////////////