mirror of https://github.com/axmolengine/axmol.git
Set default encoding to UTF-8 [skip ci]
This commit is contained in:
parent
1154fd8eb4
commit
7fd2fd6dac
|
@ -9,7 +9,7 @@
|
|||
#include <string>
|
||||
|
||||
#if !defined(NTCVT_CP_DEFAULT)
|
||||
#define NTCVT_CP_DEFAULT CP_ACP
|
||||
#define NTCVT_CP_DEFAULT CP_UTF8
|
||||
#endif
|
||||
|
||||
namespace ntcvt
|
||||
|
|
Loading…
Reference in New Issue