Set default encoding to UTF-8 [skip ci]

This commit is contained in:
halx99 2022-06-16 21:18:31 +08:00
parent 1154fd8eb4
commit 7fd2fd6dac
1 changed files with 1 additions and 1 deletions

View File

@ -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