sourceHexSubstitutes parameter

Use the sourceHexSubstitutes parameter to set or query non-standard hexadecimal conversion mapping when editing a line in hexadecimal and the sourceEncoding or sourceCcsid parameter has been set.

Availability

query command
set command

Scope

The current view's document.

Syntax

query sourceHexSubstitutes
set sourceHexSubstitutes hexPairs 

Parameters

hexPairs Specify one or more hex pairs of a source hexadecimal value (2 characters) followed by the client unicode hexadecimal value (4 characters) it should map to.

Examples

query sourceHexSubstitutes
set sourceHexSubstitutes 15 2424 25 240A

Related reference
query command
set command
sourceCcsid parameter
sourceEncoding parameter