SDL/VisualC/examples
Quan Zhuo c9341489cc
Fix #12197: Force set /utf-8 for msvc compilers (#12198)
The MSVC compiler determines the encoding of the source code based on
the BOM of the source code when reading it. If there is no BOM, it
defaults to the local encoding, which is gb2312, codepage 936, on
Simplified Chinese Windows. This can cause errors such as newline
characters in strings.
2025-02-06 09:34:41 -08:00
..
audio Specify C source file in example VC projects 2024-10-29 14:40:32 -07:00
camera/01-read-and-draw Specify C source file in example VC projects 2024-10-29 14:40:32 -07:00
demo fix MSVC projects after commit 51637495 2024-11-23 01:22:12 +03:00
pen/01-drawing-lines Specify C source file in example VC projects 2024-10-29 14:40:32 -07:00
renderer Specify C source file in example VC projects 2024-10-29 14:40:32 -07:00
Directory.Build.props Fix #12197: Force set /utf-8 for msvc compilers (#12198) 2025-02-06 09:34:41 -08:00
generate.py Mark generate.py as executable 2024-10-29 16:47:26 -07:00