51Testing软件测试论坛

标题: LR中怎么解决乱码问题 [打印本页]

作者: linyiwen3024    时间: 2008-10-11 12:55
标题: LR中怎么解决乱码问题
我用LR录制的网页脚本,只要网页中出现汉字的地方,在LR中都变成了乱码,请问各位,怎么解决这个问题?我希望LR中也显示汉字。
作者: linyiwen3024    时间: 2008-10-11 14:25
录制选项,高级,支持字符集,UTF-8。
一般情况下不需要开启此选项,否则在Submit里会出现有乱码。
如果未开启此功能还出现乱码,可尝试开启此选项。

如果开启此选项还是有乱码,且乱码处的内容你需要进行参数化,可使用lr_convert_string_encoding函数将字符转化为你需要的模式。

函数原型:
int lr_convert_string_encoding ( const char *sourceString, const char *fromEncoding, const char *toEncoding, const char *paramName);

sourceString  The string to convert  
fromEncoding  The encoding of the sourceString  
toEncoding  The encoding to convert of the string saved in parameter paramName  
paramName  The name of the parameter in which the destination string will be saved




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2