Skip to content

Visual Studio builds: Use -utf-8 if available (avoid erroring out with C4819 if possible on CJK locales)

Chun-wei Fan requested to merge msvc.improvements into master

Hi,

From the commit message:

This avoids the build from erroring out due to warning/error C4819 (Unicode handling issue in the compiler), which is likely to occur on Chinese, Japanese and Korean locales

With blessings, thank you!

Merge request reports