标签:article 没有 cst 解决 支持 etl 默认 设置 cal
代码页没有进行设置。需要调用locale.h 中定义的一个函数设置默认的代码页
_tsetlocale(LC_ALL,_T(""));//设置代码页
wcstombs(sendBuf,strSendData,sendLen);
setlocale(LC_ALL,"C");
http://blog.csdn.net/liutiaoer/article/details/5790104
标签:article 没有 cst 解决 支持 etl 默认 设置 cal
原文地址:http://www.cnblogs.com/findumars/p/6403936.html