Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / AllowJIS Property
In This Topic
AllowJIS Property
In This Topic
Gets or sets whether JIS escape sequences are allowed when other host character sets are selected.
Syntax
expression.AllowJIS As Boolean
where expression is a variable that represents a Terminal Object
Remarks
When this property is false, JIS characters are displayed 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