Commit 8dc63ba9 authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

Force MSVC to compile in utf-8 mode

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
parent f3ce00ea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment