首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > MSVC版

MSVC版

  • 资源大小:1.40 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: msvc

资 源 简 介

Description I changed some codes to make libiconv able to be compiled with MSVC 2010. How to use ``` ... int convert(char *desc,char *src,const char *input,sizet ilen,char *output,sizet olen) { const char **pin=&input char **pout=&output iconvt cd=iconvopen(desc,src); if(cd==(iconv_t)-1){ return -1; } memset(output,0,olen); if(iconv(cd,pin,&ilen,pout,&olen)){ } iconv_close(cd); return 0; } ... convert("GBK","UTF-8",(const char *)ptr,strlen((char *)ptr),reci,SMALLBUFSIZE); ... ``` Get it http://libiconv-msvc.googlecode.com/files/libiconv_MSVC.zip See Also http://www.gnu.org/software/libiconv/

文 件 列 表

libiconv
Debug
include
libiconv
libiconv.sln
libiconv.suo
obj
testprogram
VIP VIP
  • Zzz 1天前 成为了本站会员

  • Katou Megumi 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • 流浪 1天前 成为了本站会员

  • 也是一生 1天前 成为了本站会员

  • king666 2天前 成为了本站会员

  • ﹏約啶℡ 2天前 成为了本站会员

  • Long for 2天前 成为了本站会员

  • 2天前 成为了本站会员

  • 金. 2天前 成为了本站会员

0.190100s