Traditional Chinese Pocket IME Architecture
Windows CE provides two Traditional Chinese Pocket IMEs, which are described in the following table.
IME | File | Description |
---|---|---|
Phonetic | Msimeph.dll | Allows phonetic input based on the Bopomofo standard. |
Chang Jei | Msimecj.dll | Allows Chang Jei input, which builds the characters based on its radicals. |
Windows CE also provides the following data files for the IME: A15.tblm, A234.tbl, Acode.tbl, Phon.tbl, Phoncode.tbl, and Phoneptr.tbl.
Pocket IME allows the OEM to supply a custom UI module. The UI module must expose the ImeGetUIClassName function, which the IME calls to load the UI module. The ImeGetUIClassName function is the only function that the UI must expose. The UI module uses Input Method Manager (IMM) functions to communicate with the IME. The default IME UI module is Msimeuic.dll.
See Also
Traditional Chinese Pocket IME | Traditional Chinese Pocket IME UI Source Code Files
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.