Specifies the character set to use when reading files.
Public Enumeration CharSet { Undefined = 100, ANSI = 101, UTF8 = 102, Unicode = 103 }
Name | Description |
---|---|
Undefined | No character set is specified. |
ANSI | The ANSI character set is used. |
UTF8 | The UTF8 character set is used. |
Unicode | The Unicode character set is used. |