InfoConnect for Airlines VBA Guide
NationalReplacementSet Property
Gets or sets the set of character translations that occur between the local computer and the host in 7-bit mode.
Syntax
Object.NationalReplacementSet As NationalReplacementSetOption
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 NRCEnabled property is set to true.

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

The default is None.
See Also