diff options
author | Brad King <brad.king@kitware.com> | 2022-10-28 19:47:24 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-28 20:23:25 -0400 |
commit | e1c16791481f1741d65cb98878d8171307422513 (patch) | |
tree | f639e3ff8eae2428cff2cc493f9381ff875ebe93 /Source/cm_codecvt.hxx | |
parent | 328c15189d661503fbf6561731e550064e6a5567 (diff) | |
download | cmake-e1c16791481f1741d65cb98878d8171307422513.tar.gz |
cm_codecvt: Add support for the Windows console output code page
This is distinct from the Windows ANSI code page.
Diffstat (limited to 'Source/cm_codecvt.hxx')
-rw-r--r-- | Source/cm_codecvt.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx index 9af083fee1..f628de718c 100644 --- a/Source/cm_codecvt.hxx +++ b/Source/cm_codecvt.hxx @@ -15,7 +15,8 @@ public: None, UTF8, UTF8_WITH_BOM, - ANSI + ANSI, + ConsoleOutput, }; #ifndef CMAKE_BOOTSTRAP |