Japanese IME 3.1 (Windows Embedded CE 6.0)
1/6/2010
Windows Embedded CE supports the Microsoft Input Method Editor (IME) 3.1 for Japanese. IME 3.1 allows users to type complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.
IME 3.1 does not include software input panels for Japanese. However, you can use IME 3.1 with any Japanese input methods that are based on the Windows Embedded CE software input panel architecture and provided in Windows Embedded CE. For more information about Japanese IMs, see Japanese Input Methods.
IME 3.1 includes this functionality:
- Componentization
In IME 3.1, property dialog boxes, dictionary tool dialog boxes, and a system tray icon support are optional. Therefore, you can include only the necessary functionality in your OS design. - Landscape and Portrait Orientation
In IME 3.1, property dialog boxes and dictionary tool dialog boxes take one of two orientations: landscape or portrait. The landscape orientation targets a screen similar to that of a handheld PC, which is 480 x 240 pixels or larger. The portrait orientation targets a screen that is 240 x 320 pixels or larger. Dialog boxes for the landscape orientation have full functionality similar to that on Windows-based desktop operating systems. The dialog boxes for the portrait orientation have selected functionality that covers the most commonly used scenarios so that the number of tabs in the dialog box and the size of the module are smaller than with landscape orientation. You can select the orientation for your target device by choosing the appropriate Catalog items. - Compact and Standard Data Dictionaries
Each dictionary consists of a lexical database that provides high conversion accuracy. - Customizable UI
You can create a customized version of the IME user interface (UI), as well as Graphics, Windowing, and Events Subsystem (GWES), and common control skins. You can also customize the IME toolbar, the candidate window, and the default composition window.
To enable you to create customized skins, the drawing code has been separated from the code that implements those UI elements. IME 3.1 includes two predefined skins that match system–provided Windows–style skins. The appropriate IME 3.1 skin is automatically selected according to the system–wide setting.
Windows Embedded CE provides only source code for the customizable UI portion of IME 3.1. You can find IME 3.1 customizable UI source code in the %_WINCEROOT%\Public\Common\Oak\Drivers\Imejpn directory.
In This Section
- Japanese IME 3.1 Dictionary Compiler
Provides an explanation of the tools provided to compile formatted text files into binary IME dictionary files.
- Japanese IME 3.1 Registry Settings
Describes how to configure IME 3.1 registry settings for the dictionary, directory, the IME UI, keys, colors, and Romaji.
- Japanese IME 3.1 Reference
Provides a list of the programming elements for IME 3.1.
- Japanese IME 3.1 Architecture
Provides a list of the dynamic-link libraries (DLLs), executables, and data files that comprise IME 3.1.
- Japanese IME 3.1 Customizable User Interface
Describes how to customize the IME toolbar, the candidate window, and the default composition window.
- Implementing Japanese IME 3.1
Describes how to implement Japanese IME 3.1 in your OS design.
Related Sections
- Japanese
Provides an overview of the locale–specific support for Japanese.