Merged PR 5425054: [Git2Git] conhost: explicitly set /utf-8 on the compiler commandline

One of our test files has some raw Emoji in it. I expect that as time
goes by, more and more files will have UTF-8 in them.

Fixes MSFT-30289536

Retrieved from https://microsoft.visualstudio.com os.2020 OS official/rs_onecore_dep_uxp d828ae0f6c209259019934711c587ea075eab77e
This commit is contained in:
Dustin Howett 2020-11-19 23:25:34 +00:00
parent 1e42bc8e4f
commit f8ffc439e5

View file

@ -29,6 +29,7 @@ USE_NATIVE_EH = 1
# -------------------------------------
MSC_WARNING_LEVEL = /W4 /WX
USER_C_FLAGS = $(USER_C_FLAGS) /utf-8
# -------------------------------------
# Common Console Includes and Libraries