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


In This Topic
    AllowJIS Property
    In This Topic
    Gets or sets a value indicating whether JIS escape sequences are allowed when other host character sets are selected.
    Syntax
    'Declaration
     
    
    Property AllowJIS As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.AllowJIS = value
     
    value = instance.AllowJIS
    bool AllowJIS {get; set;}
    Remarks
    When this property is false, JIS characters display only when a JIS mode (JIS 1978, JIS 1983, JIS 1990, or JIS Katakana) is selected. When it is true, JIS escape sequences are allowed when other Japanese character sets (such as EUC or SJIS) are selected.
    See Also