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 failing with warning/error C4819 (Unicode handling issue in the Visual Studio compiler), which notably occurs on Chinese, Korean and Japanese locales.

With blessings, thank you!

Merge request reports