TApxProtocol.KermitHighbitPrefix

TApxProtocol

property KermitHighbitPrefix : Char

Default: 'Y'

Determines the technique Kermit uses to quote characters that have their eighth bit set.

The value specified by this property is not always transmitted literally as a quote character. If it equals 'Y', the default, it means that the protocol won't use high bit quoting unless the remote requires it, in which case it uses the prefix character requested by the remote.

If KermitHighbitPrefix equals '&' or is in the ASCII range 33-62 or 96-126, it indicates that the protocol requires high bit quoting and that its value is the character used for the prefix.

If C equals 'N' or any other value not listed here, the protocol won't use high bit quoting at all, even if the remote requests it.

See "Character quoting" in the printed documentation for more information.

See also: KermitCtlPrefix, KermitRepeatPrefix