From 68b1f8ec055e083f14b7a5e63a8a69034c706ea8 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Thu, 4 May 2017 18:03:41 +0200 Subject: [PATCH] Base.props: Add /utf-8 compiler option. This ensures Dolphin can be built correctly on systems with non-Latin codepages. --- Source/VSProps/Base.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index e94a946678..7e791f588e 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -83,7 +83,7 @@ /Zc:inline /Zc:rvalueCast /volatile:iso %(AdditionalOptions) - /Zo %(AdditionalOptions) + /Zo /utf-8 %(AdditionalOptions) OldStyle