tii
Terminal IIIMCF Interface/Input Method ¶1.1. Introduction (¼Ò°³) ¶
1.2. Project Related Pages (ÇÁ·ÎÁ§Æ® °ü·Ã ÆäÀÌÁö) ¶
1.3.1. Introduction (¼Ò°³) ¶
1.3.2. File Description (ÆÄÀÏ ¼³¸í) ¶
1.3.3. tii test code compile (tii Å×½ºÆ® ÄÚµå ÄÄÆÄÀÏ) ¶# gcc -Wall -DHAVE_STDINT_H -I/usr/include/iiim -liiimcf -o test tii.c test.c ... # iiimd # ./test
/* for Korean (hangul) */ IIIMCF_input_method im = tii_find_im(handle, "hangul"); IIIMCF_language lang = tii_find_lang(handle, "hangul", "ko"); /* for Chinese (newpy) */ /* IIIMCF_input_method im = tii_find_im(handle, "newpy"); IIIMCF_language lang = tii_find_lang(handle, "newpy", "zh_CN"); */ /* for Japanese (CannaLE, need cannaserver) */ /* IIIMCF_input_method im = tii_find_im(handle, "CannaLE"); IIIMCF_language lang = tii_find_lang(handle, "CannaLE", "ja"); */ 1.3.4. test code screenshots (Å×½ºÆ® ÄÚµå ½ºÅ©¸°¼¦) ¶
1.4.1. Introduction (¼Ò°³) ¶
1.4.2. File Description (ÆÄÀÏ ¼³¸í) ¶
1.4.3.1. English Description (¿µ¹® ¼³¸í) ¶
#define HANGULwhich is Korean (hangul), to #define CANNAfor Japanese (CannaLE), or #define NEWPYfor Chinese (newpy).
1.4.3.2. Hangul Description (ÇÑ±Û ¼³¸í) ¶
#define HANGUL¸¦ ÀϺ»¾î(CannaLE)ÀÎ #define CANNA¶Ç´Â Áß±¹¾î(newpy)ÀÎ #define NEWPY·Î ¹Ù²ãÁÖ¸é µË´Ï´Ù.
1.4.4. tiim screenshots (tiim ½ºÅ©¸°¼¦) ¶
1.5. Links (¸µÅ©) ¶
|
You attempt things that you do not even plan because of your extreme stupidity. |