Ensure Numeric Index Fields Always Accept Single-Byte Input Regardless of IME Mode
In the Japanese market, both full-width (2-byte) and half-width (1-byte) characters exist.
Currently, in DocuWare, when entering numbers into numeric index fields (such as in the store dialog), if the IME is in full-width mode, the input is not handled correctly.
Although IME has a setting to force numeric input into half-width (1-byte), the IME input mode itself often remains in full-width (2-byte). Because of this dependency, correct numeric input cannot always be ensured.
Our request: For numeric fields, please implement a specification where numeric input is always treated as single-byte (1-byte), regardless of the IME mode or keyboard settings.
1
vote