Japanese IME 3.1 Catalog Items and Sysgen Variables (Compact 7)

3/12/2014

In Windows Embedded Compact, you can implement functionality for users to use a standard keyboard to type Japanese characters as input for a Windows Embedded Compact powered device by adding the Japanese IME 3.1 to your OS.

With an input method editor (IME), a user can press a key on the keyboard, view candidates displayed in the user interface (UI) for the character to map to the key press, and select the correct character.

For more information, see Japanese IME 3.1.

For more information about how to add or remove catalog items, see Design Your First OS.

Hardware and Software Requirements

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add the Japanese IME 3.1 to your OS.

Catalog item SYSGEN variable Description Dependencies

IME 3.1

SYSGEN_IMEJPN

Accepts complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.

Requires a keyboard. Also requires support for the Japanese locale. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

Compact Database

SYSGEN_IMEJPN_DB_COMPACT

Provides a compact word database for auto-complete features.

Requires IME 3.1 (SYSGEN_IME).

Standard Database

SYSGEN_IMEJPN_DB_STANDARD

The standard word database for auto-complete features.

Requires IME 3.1 (SYSGEN_IME).

Dictionary Tool

SYSGEN_IMEJPN_DICTIONARY_TOOL

Provides UI dictionary tool for looking up Japanese words.

Requires IME 3.1 (SYSGEN_IME) and a word database (SYSGEN_IMEJPN_DB_COMPACT or SYSGEN_IMEJPN_DB_STANDARD).

Properties Dialog Box

SYSGEN_IMEJPN_PROPERTY

Provides a Properties dialog box for configuring settings. For more information, see Japanese IME 3.1 Registry Settings.

Requires IME 3.1 (SYSGEN_IME).

Advanced Settings Dialog Box (Landscape mode only)

SYSGEN_IMEJPN_ADVANCED_SETTING

Provides an Advanced Settings dialog box for configuring key and color settings.

Requires IME 3.1 (SYSGEN_IME) and Properties Dialog Box (SYSGEN_IMEJPN_PROPERTY).

System Tray Icon Manager

SYSGEN_IMEJPN_SYSTRAY

Adds a system tray icon for IME 3.1.

Requires IME 3.1 (SYSGEN_IME).

See Also

Concepts

Japanese Pocket IME 2.0 Catalog Items and Sysgen Variables

Other Resources

Japanese IME 3.1