Use the whitespaceCharMapping parameter to set or query the whitespace to display character mapping table that will be used when showWhitespaceChar parameter is set to on. All the whitespace characters in the view will be shown as the display character defined in this table.
NOTE:
1) Shift in and shift out characters are not controlled by this command. See the showSosi shiftInCharacter shiftOutCharacter parameters to configure how to display the shift in and shift out characters in the view.
2) When editing remote files of fixed record length, trailing whitespace characters are usually stripped upon file transfer. LPEX does not support simulating these whitespace character when editing such files.
3) Line feed is not supported to be displayed in LPEX.
query command
set command
current parameter
default parameter
install parameter
whitespaceCharMapping is scoped to the current view.
current.whitespaceCharMapping is scoped to the current view.
default.whitespaceCharMapping is globally scoped.
install.whitespaceCharMapping is globally scoped.
query whitespaceCharMapping
set whitespaceCharMapping { default
| [ WhitespaceHexadecimalValue DisplayCharHexadecimalValue ] [...]
}
query current.whitespaceCharMapping
query default.whitespaceCharMapping
set default.whitespaceCharMapping { install
| [ WhitespaceHexadecimalValue DisplayCharHexadecimalValue ] [...]
}
query install.whitespaceCharMapping
| default | If you specify the default parameter for the set whitespaceCharMapping parameter, the current view will use the value of default.whitespaceCharMapping as the whitespace to display character mapping table. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| [ WhitespaceHexadecimalValue DisplayCharHexadecimalValue ] [...] | If you specify a mapping list of whitespace to display character for the
set whitespaceCharMapping parameter, the current view will use that mapping list
to replace all the whitespace characters with the display character when the
showWhitespaceChar parameter is set to on.
Only the following whitespace characters are supported to be displayed:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| install | If you specify the install parameter for the set default.whitespaceCharMapping command, all views with whitespaceCharMapping set to default will use the value of install.whitespaceCharMapping to determine which mapping list to be used when the showWhitespaceChar parameter is set to on. |
The query current.whitespaceCharMapping command returns a mapping list of whitespace to display characters that will be used in the current view when the showWhitespaceChar parameter is set to on.
query whitespaceCharMapping set whitespaceCharMapping 0020 00B7 0009 00BB query current.whitespaceCharMapping query default.whitespaceCharMapping set default.whitespaceCharMapping install query install.whitespaceCharMapping

query command
set command
showWhitespaceChar parameter
showSosi parameter
shiftInCharacter parameter
shiftOutCharacter parameter
Copyright IBM Corporation 1992, 2013. All Rights Reserved.