CMakeLists.txt
9.04 KB
-
Force MSVC to compile in utf-8 mode · 8dc63ba9
MSVC by default uses the local codepage, which fails when it sees the utf-8 in test_python_types.cpp. This adds the /utf-8 flag to the test suite compilation to force it to interpret source code as utf-8. Fixes #869
Jason Rhinelander committed