使用 shiftInCharacter 参数来设置或查询用于显示仿真 SI(Shift in)控制字符的字符。
query 命令
set 命令
current 参数
default 参数
install 参数
shiftInCharacter 的作用域为当前视图。
current.shiftInCharacter 的作用域为当前视图。
default.shiftInCharacter 的作用域为全局。
install.shiftInCharacter 的作用域为全局。
query shiftInCharacter set shiftInCharacter { default | [ c ] } query current.shiftInCharacter query default.shiftInCharacter set default.shiftInCharacter { install | [ c ] } query install.shiftInCharacter
default | 如果对 set shiftInCharacter 命令指定 default 参数,则当前视图将使用 default.shiftInCharacter 的值来显示仿真 SI 控制字符。 |
c | 如果对 set shiftInCharacter 命令指定 c
参数,则将把 c 指示的字符用于当前视图。如果对 set default.shiftInCharacter
命令指定 c 参数,则将把 c 指示的字符用于所有将
shiftInCharacter 参数设置为 default 的视图。
如果 c 参数不是单个字符,则它被解释为十进制、十六进制或八进制整数,并具有以下示例格式:110、0x6E、0X6e、#6e 和 0156。用来显示仿真 SI 控制的字符将是由指定的值表示的字符。 |
install | 如果对 set default.shiftInCharacter 命令指定 install 参数,则所有将 shiftInCharacter 设置为 default 的视图都将使用 install.shiftInCharacter 的值来显示仿真 SI 控制字符。 |
query current.shiftInCharacter 命令返回用来在当前视图中显示仿真 SI 控制字符的字符。
query shiftInCharacter set shiftInCharacter < query current.shiftInCharacter query default.shiftInCharacter set default.shiftInCharacter # query install.shiftInCharacter
query 命令
set 命令
current 参数
default 参数
install 参数
shiftOutCharacter 参数
showSosi 参数
sourceEncoding 参数
Copyright IBM Corporation 1992, 2006. All Rights Reserved.