- Category:
- SCM
- Tags:
-
- File Size:
- 11kb
- Update:
- 2018-01-19
- Downloads:
- 0 Times
- Uploaded by:
- onlyloveonlyu
Description: Pinyin input method query function: unsigned char code * py_ime (unsigned char input_py_val[]);
Input_py_val is an input pinyin code string head pointer,
The starting address of the return value is Chinese, when is 0, the query failed
Application examples:
{
Unsigned char input_string[]={"bang"};
Unsigned char chines_string[100];
Sprintf (chines_string, "%s", py_ime (input_string));
}
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
使用说明.txt | 312 | 2001-05-30
|
拼音输入.C | 40110 | 2001-04-12 |