Re: RFR: 8268719: Force execution (and source) code page used when compiling on Windows

2023-09-06 Thread Erik Joelsson
On Tue, 5 Sep 2023 15:51:58 GMT, Saint Wesonga wrote: > Set MSVC source and execution character sets to UTF-8 to enable Visual C++ to > compile all source files regardless of the active code page on Windows. This > avoids build errors due to "warning C4819: The file contains a character that >

Re: RFR: 8268719: Force execution (and source) code page used when compiling on Windows

2023-09-06 Thread Julian Waters
On Tue, 5 Sep 2023 15:51:58 GMT, Saint Wesonga wrote: > Set MSVC source and execution character sets to UTF-8 to enable Visual C++ to > compile all source files regardless of the active code page on Windows. This > avoids build errors due to "warning C4819: The file contains a character that >

RFR: 8268719: Force execution (and source) code page used when compiling on Windows

2023-09-06 Thread Saint Wesonga
Set MSVC source and execution character sets to UTF-8 to enable Visual C++ to compile all source files regardless of the active code page on Windows. This avoids build errors due to "warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the