Files
CMake/Source
Brad King e782811cfe execute_process: Change default ENCODING to UTF-8
Windows is heading toward making UTF-8 the preferred MBCS.  As CMake's
internal encoding, `UTF-8` is effectively equivalent to `NONE`, which
was CMake's behavior prior to 3.15's accidental change to `AUTO`.
Behavior of `ENCODING UTF-8` is independent of CMake's internal
encoding, making it in principle a better default than `NONE`.

Add policy CMP0176 for compatibility and to document the default's
history.

Fixes: #26262
2024-09-16 06:37:46 -04:00
..
2024-07-29 13:14:41 -04:00
2024-08-28 14:13:05 -04:00
2024-07-30 10:27:03 -04:00
2024-08-26 09:48:40 -04:00
2024-09-16 00:01:46 -04:00
2024-08-02 00:14:57 +02:00
2024-03-08 09:49:03 -05:00
2024-09-05 09:20:23 -04:00
2024-08-19 15:10:34 -04:00
2024-03-17 19:05:37 -04:00
2024-02-09 08:58:46 -05:00