CHARFMT Enumeration
Visual Studio 2015
Represents the file encoding.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| CHARFMT_MBCS | MBCS encoding. | |
| CHARFMT_UNI | Unicode encoding. | |
| CHARFMT_UNI_SWAP | Byte-swapped Unicode encoding. | |
| CHARFMT_UTF8 | UTF-8 with file signature encoding. |
Show: