Message386744
The new property should go into PCbuild/pyproject.props, but otherwise seems like an okay change.
It *will* cause any string literals (const char *) to be UTF-8, but they ought to all be ASCII anyway. It shouldn't affect resource files, because those have a code page override in the source files. (Potentially a "#pragma code_page(1252)" might make more sense for our build, but I'm not sure, and I'm just as happy to got to UTF-8 if it doesn't break anything.) |
|
Date |
User |
Action |
Args |
2021-02-09 20:48:10 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, methane, zach.ware |
2021-02-09 20:48:10 | steve.dower | set | messageid: <1612903690.21.0.768472081002.issue43174@roundup.psfhosted.org> |
2021-02-09 20:48:10 | steve.dower | link | issue43174 messages |
2021-02-09 20:48:10 | steve.dower | create | |
|