Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c4b4e26019d4b76b51f3c3c7e2ec1dafcae59385
/
.
/
Source
/
cm_codecvt_Encoding.hxx
blob: e90f147d4642fbf4fdc9be927cdf57c803433628 [
file
] [
log
] [
blame
]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#pragma
once
enum
class
codecvt_Encoding
{
None
,
UTF8
,
UTF8_WITH_BOM
,
ANSI
,
ConsoleOutput
,
};