|
中文转码代码如下:
char temp;
char hotelname[4096];
lr_convert_string_encoding(lr_eval_string("{title}"),LR_ENC_SYSTEM_LOCALE, LR_ENC_UTF8 ,"temp");
strcat(hotelname,lr_eval_string ( "{temp}" ));
replay log显示:
vuser_init.c (260): illegal statement termination
vuser_init.c (260): skipping `char'
vuser_init.c (260): undeclared identifier `temp'
vuser_init.c (261): illegal statement termination
vuser_init.c (261): skipping `char'
vuser_init.c (261): undeclared identifier `hotelname'
vuser_init.c (261): type error: pointer expected
e:\\lr\\22\\\\combined_22.c (5): 7 errors, not writing pre_cci.ci
这是什么问题,请各位指点,谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢 |
|