Use the enterArabicDigits parameter to set or query whether European digits (U+0030 - U+0039) being typed should be replaced with the equivalent Arabic-Indic digits (U+0660 - U+0669).
query command
set command
current parameter
default parameter
install parameter
enterArabicDigits is scoped to the current view.
current.enterArabicDigits is scoped to the current view.
default.enterArabicDigits is globally scoped.
install.enterArabicDigits is globally scoped.
query enterArabicDigits set enterArabicDigits [ default | on | off ] query current.enterArabicDigits query default.enterArabicDigits set default.enterArabicDigits [ install | on | off ] query install.enterArabicDigits
default | If you specify the default parameter for the set enterArabicDigits command, the current view will use the value of default.enterArabicDigits to determine whether it should replace European digits you type with their equivalent Arabic digits. |
on | If you specify the on parameter for the set enterArabicDigits command, European digits you type will be replaced with their equivalent Arabic digits in the current view. If you specify the on parameter for the set default.enterArabicDigits command, European digits you type will be replaced with their equivalent Arabic digits in all the views that have enterArabicDigits set to default. |
off | If you specify the off parameter for the set enterArabicDigits command, no replacement of European digits you enter will take place in the current view. If you specify the off parameter for the set default.enterArabicDigits command, there will be no replacement of European digits you type in all the views that have enterArabicDigits set to default. |
install | If you specify the install parameter for the set default.enterArabicDigits command, all of the views that have enterArabicDigits set to default will use the value of install.enterArabicDigits to determine whether to replace European digits you type with their equivalent Arabic digits. |
If you do not specify any of the parameters for the set enterArabicDigits command, default is assumed. If you do not specify any of the parameters for the set default.enterArabicDigits command, install is assumed.
The query current.enterArabicDigits command returns on if European digits you type are replaced with their equivalent Arabic digits in the current view or off if no such replacement takes place in the current view.
query enterArabicDigits set enterArabicDigits off query current.enterArabicDigits query default.enterArabicDigits set default.enterArabicDigits off query install.enterArabicDigits
query command
set command
current parameter
default parameter
install parameter
Copyright IBM Corporation 2006, 2007. All Rights Reserved.