SDL/VisualC
Quan Zhuo c9341489cc
Fix : Force set /utf-8 for msvc compilers ()
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
..
examples Fix : Force set /utf-8 for msvc compilers () 2025-02-06 09:34:41 -08:00
SDL Fix : Force set /utf-8 for msvc compilers () 2025-02-06 09:34:41 -08:00
SDL_test Fix : Force set /utf-8 for msvc compilers () 2025-02-06 09:34:41 -08:00
tests Fix : Force set /utf-8 for msvc compilers () 2025-02-06 09:34:41 -08:00
VisualC/examples fix MSVC projects after commit 51637495 2024-11-23 01:22:12 +03:00
clean.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL.sln fix MSVC projects after commit 51637495 2024-11-23 01:22:12 +03:00