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


In This Topic
    NationalReplacementSet Property
    In This Topic
    Gets or sets the set of character translations that occur between the local computer and the host in 7-bit mode.
    Syntax
    'Declaration
     
    
    Property NationalReplacementSet As NationalReplacementSetOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As NationalReplacementSetOption
     
    instance.NationalReplacementSet = value
     
    value = instance.NationalReplacementSet
    NationalReplacementSetOption NationalReplacementSet {get; set;}

    Property Value

    The default is None.
    Remarks
    This property affects how characters entered from the keyboard or from a local file are transmitted to the host, and how characters sent from the host are written to local files, to the screen, or both.

    Translations are not performed unless the UseNRC property is set to true.

    For a chart that shows character replacements for various languages, see the InfoConnect Terminal Reference PDF file.

    See Also