enum WindowsEncodingMethod

Description

File encoding options when writing contents that a non-UTF8 tool will read (on Windows systems). For UNIX, we always use UTF-8.

Declared at: llvm/include/llvm/Support/Program.h:168

Enumerators

NameValueComment
WEM_UTF80UTF-8 is the LLVM native encoding, being the same as "do not perform encoding conversion".
WEM_CurrentCodePage1UTF-8 is the LLVM native encoding, being the same as "do not perform encoding conversion".
WEM_UTF162UTF-8 is the LLVM native encoding, being the same as "do not perform encoding conversion".