Programming with Reflection
AsianKeyboardInterpreter property
Syntax |
object.AsianKeyboardInterpreter |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how cursor movement is interpreted when double-byte characters are present in the terminal window. When this property is set to False, cursor movement keystrokes interpret a double-byte character as two characters. So, for example, it is necessary to press Backspace twice to backspace through a double-byte character. When this property is set to True, cursor movement keystrokes interpret a double-byte character as a single character.
HP 9000s and UNIX hosts typically can accommodate double-byte characters, so it isn't necessary to set this property to True for such hosts.
The default value is False.