From 43c7fbb1e79a4a2219306bf3da1a2dfdf9213f2c Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sat, 15 Sep 2018 04:36:18 +0800 Subject: [PATCH] Make MSVC compiler read the source code using utf-8 --- build_msvc/common.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_msvc/common.vcxproj b/build_msvc/common.vcxproj index 3a53f3bad3d..5c87026efe6 100644 --- a/build_msvc/common.vcxproj +++ b/build_msvc/common.vcxproj @@ -12,4 +12,9 @@ Outputs="$(MSBuildThisFileDirectory)..\src\config\bitcoin-config.h"> + + + /utf-8 %(AdditionalOptions) + + \ No newline at end of file