|
楼主 |
发表于 2009-6-27 00:58:35
|
显示全部楼层
const CS_IME_INFO_PTR cs_input_method_config[] =
{
#if defined(__MMI_CSTAR_SM_CHINESE__)
#if defined(__MMI_TOUCH_SCREEN__)
&cs_ldb_pinyin_danzi,
#else
&cs_ldb_pinyin_cizu,
#endif
&cs_ldb_stroke_gb2312,
#endif
#if defined(__MMI_CSTAR_TR_CHINESE__)
#if defined(__MMI_TOUCH_SCREEN__)
&cs_ldb_zhuyin_danzi,
#else
&cs_ldb_zhuyin_cizu,
#endif
&cs_ldb_stroke_big5,
#endif
#if defined(__MMI_CSTAR_ENGLISH__)
&cs_ldb_english,
#endif
#if defined(__MMI_CSTAR_RUSSIAN__)
&cs_ldb_russian,
#endif
#if defined(__MMI_CSTAR_GERMAN__)
&cs_ldb_german,
#endif
#if defined(__MMI_CSTAR_VIETNAMESE__)
&cs_ldb_vietnamese,
#endif
#if defined(__MMI_CSTAR_INDONESIAN__)
&cs_ldb_indonesian,
#endif
#if defined(__MMI_CSTAR_TURKISH__)
&cs_ldb_turkish,
#endif
#if defined(__MMI_CSTAR_MALAY__)
&cs_ldb_malay,
#endif
#if defined(__MMI_CSTAR_GREEK__)
&cs_ldb_greek,
#endif
#if defined(__MMI_CSTAR_THAI__)
/* &cs_ldb_thai, */
#error "Thai input method is not supported."
#endif
#if defined(__MMI_CSTAR_DANISH__)
&cs_ldb_danish,
#endif
#if defined(__MMI_CSTAR_DUTCH__)
&cs_ldb_dutch,
#endif
#if defined(__MMI_CSTAR_POLISH__)
&cs_ldb_polish,
#endif
#if defined(__MMI_CSTAR_FRENCH__)
&cs_ldb_french,
#endif
#if defined(__MMI_CSTAR_HUNGARIAN__)
/* &cs_ldb_hungarian, */
#error "Hungarian input method is not supported."
#endif
#if defined(__MMI_CSTAR_HEBREW__)
/* &cs_ldb_hebrew, */
#error "Hebrew input method is not supported."
#endif
#if defined(__MMI_CSTAR_BULGARIAN__)
/* &cs_ldb_bulgarian, */
#error "Bulgarian input method is not supported."
#endif
#if defined(__MMI_CSTAR_CZECH__)
/* &cs_ldb_czech, */
#error "Czech input method is not supported."
#endif
#if defined(__MMI_CSTAR_FINNISH__)
/* &cs_ldb_finnish, */
#error "Finnish input method is not supported."
#endif
#if defined(__MMI_CSTAR_SLOVAK__)
/* &cs_ldb_slovak, */
#error "Slovak input method is not supported."
#endif
#if defined(__MMI_CSTAR_NORWEGIAN__)
/* &cs_ldb_norwegian, */
#error "Norwegian input method is not supported."
#endif
#if defined(__MMI_CSTAR_SWEDISH__)
/* &cs_ldb_swedish, */
#error "Swedish input method is not supported."
#endif
#if defined(__MMI_CSTAR_SPANISH__)
&cs_ldb_spanish,
#endif
#if defined(__MMI_CSTAR_CROATIAN__)
/* &cs_ldb_croatian, */
#error "Croatian input method is not supported."
#endif
#if defined(__MMI_CSTAR_ROMANIAN__)
/* &cs_ldb_romanian, */
#error "Romanian input method is not supported."
#endif
#if defined(__MMI_CSTAR_SLOVENIAN__)
/* &cs_ldb_slovenian, */
#error "Slovenian input method is not supported."
#endif
#if defined(__MMI_CSTAR_PORTUGUESE__)
&cs_ldb_portuguese,
#endif
#if defined(__MMI_CSTAR_ITALIAN__)
&cs_ldb_italian,
#endif
#if defined(__MMI_CSTAR_ARABIC__)
/* &cs_ldb_arabic, */
#error "Arabic input method is not supported."
#endif
#if defined(__MMI_CSTAR_HINDI__)
/* &cs_ldb_hindi, */
#error "Hindi input method is not supported."
#endif
0
};[/COLOR] |
|