┌──────────────────────────────────────────────────────────────────────┐ │A mnemonic character is a single-byte character even on DBCS OS/2. │ │ │ │An alternative mnemonic can be defined only for Japanese. │ └──────────────────────────────────────────────────────────────────────┘
Even on DBCS OS/2, mnemonic characters are only single-byte characters, not double-byte characters. Alphabetic characters are usually used as mnemonic characters. In addition, Japanese OS/2 allows application programs to define additional mnemonic characters called alternative mnemonics. SBCS Katakana characters are usually assigned to them. Users can dynamically switch mnemonics to alternative mnemonics in0 System Setup.
Note:
MENUITEM "Open(\036x\037y), MIS_TEXT, ......In the above definition, "x" is the mnemonic character and "y" is the alternative mnemonic character.