Programming with FTP OLE Automation
ConvertISO7ToRoman8 property
Syntax |
Object.ConvertISO7ToRoman8 |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether ISO-7 characters are converted to Roman characters in files you receive.
This property is relevant only for ASCII file transfers.
The default value is False. If you want files with ISO-7 characters to be converted to files with Roman 8 characters when received on the PC, set ConvertISO7ToRoman8 to True. The NationalReplacementSet property determines the character conversion.
Note: Translation of files is enabled by setting the TranslateCharacters property to True. When TranslateCharacters is set to False, any character can be transmitted or captured without being translated.
ISO7-TO-ROMAN8