04 2015 档案

摘要:工作中遇到一个转码的问题,如下代码说话void encode_convert(iconv_t& cd, const char* str, size_t str_len, std::string* out){ char utf_buf[kMaxCoding] = {0}; c... 阅读全文
posted @ 2015-04-08 16:25 westfly 阅读(484) 评论(0) 推荐(0)