summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/execute_process/EncodingUTF-8-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* execute_process: Allow UTF-8 as a synonym for the UTF8 keywordCraig Scott2017-12-271-0/+1
UTF-8 is the proper naming according to the UTF-8 RFC and is also the name used for a similar keyword in the file() command. This commit brings (backward compatible) consistency to the keyword names and allows the standard UTF-8 name to be used with execute_process(). The old UTF8 keyword is still supported.