InfoConnect for Unisys
CharacterSetTranslationEnabled Property


Gets or sets a value indicating whether the character set translation state is enabled.
Syntax
'Declaration
 
Property CharacterSetTranslationEnabled As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.CharacterSetTranslationEnabled = value
 
value = instance.CharacterSetTranslationEnabled
bool CharacterSetTranslationEnabled {get; set;}

Property Value

The default value is true. The value of this property is not saved to a settings file.
Remarks
When this property is set to true, InfoConnect translates characters between the PC character set and the appropriate national character set (Roman 8 or Digital Multinational) as data is read from or stored to disk. When TranslateCharacters is set to false, any character can be transmitted or captured without being translated.

This property affects printing, disk operations, and ASCII file transfers.

This property also affects translations between the Windows character set (ANSI) and the ASCII character set on disk operations.
See Also