摘要: /* from_charset //要转换的编码 to_charset //转换为某某编码 inbuf //要转换的字符串 inlen //要转换的长度 outbuf //输出缓存 outlen //输出长度 */ static int code_convert(char *from_charset 阅读全文
posted @ 2023-01-13 16:23 *^VV^* 阅读(233) 评论(0) 推荐(0)