TextEncoding Enumeration

This enumeration specifies the ExportTextEnh encoding.

Syntax Constants
Enum TextEncoding
    scEncodeTextNone = 0
    scEncodeTextUTF8 = 1
    scEncodeTextUTF8wBOM = 2
End Enum
  • scEncodeTextNone: Specifies to use the current codepage.
  • scEncodeTextUTF8: Specifies to encode the text using UTF-8.
  • scEncodeTextUTF8wBOM: Specifies to encode the text using UTF-8 with a byte order mark (BOM).