linyiwen3024 发表于 2008-10-11 12:55:48

LR中怎么解决乱码问题

我用LR录制的网页脚本,只要网页中出现汉字的地方,在LR中都变成了乱码,请问各位,怎么解决这个问题?我希望LR中也显示汉字。

linyiwen3024 发表于 2008-10-11 14:25:23

录制选项,高级,支持字符集,UTF-8。
一般情况下不需要开启此选项,否则在Submit里会出现有乱码。
如果未开启此功能还出现乱码,可尝试开启此选项。

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

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

sourceStringThe string to convert
fromEncodingThe encoding of the sourceString
toEncodingThe encoding to convert of the string saved in parameter paramName
paramNameThe name of the parameter in which the destination string will be saved
页: [1]
查看完整版本: LR中怎么解决乱码问题