CHARFMT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the file encoding.
public enum class CHARFMT
public enum class CHARFMT
enum CHARFMT
public enum CHARFMT
type CHARFMT =
Public Enum CHARFMT
- Inheritance
-
CHARFMT
Fields
Name | Value | Description |
---|---|---|
CHARFMT_UNI | 0 | Unicode encoding. |
CHARFMT_UNI_SWAP | 1 | Byte-swapped Unicode encoding. |
CHARFMT_MBCS | 2 | MBCS encoding. |
CHARFMT_UTF8 | 3 | UTF-8 with file signature encoding. |