diff options
author | Brad King <brad.king@kitware.com> | 2022-10-28 23:47:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-29 00:23:25 (GMT) |
commit | e1c16791481f1741d65cb98878d8171307422513 (patch) | |
tree | f639e3ff8eae2428cff2cc493f9381ff875ebe93 /Source/cm_codecvt.hxx | |
parent | 328c15189d661503fbf6561731e550064e6a5567 (diff) | |
download | CMake-e1c16791481f1741d65cb98878d8171307422513.zip CMake-e1c16791481f1741d65cb98878d8171307422513.tar.gz CMake-e1c16791481f1741d65cb98878d8171307422513.tar.bz2 |
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 9af083f..f628de7 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 |