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