mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
execute_process: Add ENCODING option for Windows child process output
Different applications can use different output encodings.
This commit is contained in:
@@ -27,6 +27,13 @@ public:
|
||||
OEM
|
||||
};
|
||||
|
||||
/**
|
||||
* Find encoding enum value for given encoding \a name.
|
||||
* \param name a encoding name.
|
||||
* \return encoding enum value or Auto if \a name was not found.
|
||||
*/
|
||||
static Encoding FindEncoding(std::string name);
|
||||
|
||||
/// The code page that is used as internal encoding to which we will encode.
|
||||
static unsigned int defaultCodepage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user