InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / HostCharacterSet Property


In This Topic
    HostCharacterSet Property
    In This Topic
    Gets or sets the host character set that InfoConnect uses when transmitting and receiving characters.
    Syntax
    'Declaration
     
    
    Property HostCharacterSet As HostCharacterSetOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As HostCharacterSetOption
     
    instance.HostCharacterSet = value
     
    value = instance.HostCharacterSet
    HostCharacterSetOption HostCharacterSet {get; set;}

    Property Value

    The default for UNIX and OpenVMS and ReGIS Graphics emulations is DECSupplemental.
    Remarks
    This property lets you assign a supplemental character set as the default user-preferred supplemental (UPS) set.

    The combination of the ASCII and Digital Supplemental Graphic character sets is called the Multinational character set (MCS); the combination of the ASCII and ISO Latin-1 supplemental sets is called the ISO Latin Alphabet Number 1 set. These two supplemental sets are very similar, consisting of symbols and characters for English and many other western European languages.

    The UPS set assigned by this property is loaded as the default when a soft reset is performed (for example, with the ResetTerminal method) or when the DECSTR sequence is invoked. The UPS set can also be specified with the Select Character Set (SCS) sequence.

    See Also