Programming with Reflection
TextFileCharacterSet property
Syntax |
object.TextFileCharacterSet |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection uses the ASCII or ANSI character set. The Windows character set (ANSI) is slightly different from the DOS character set (ASCII). If you are receiving an ASCII file to be used in the Windows environment, make sure this property is set to rcWindowsCharacterSet. The value of this property can also affect printing if BypassPrinterDriver and TranslatePrintedCharacters are both set to True.
The default value is rcWindowCharacterSet.
rcDOSCharacterSet Reflection uses the DOS (ASCII) character set.
rcWindowsCharacterSet Reflection use the Windows (ANSI) character set.