码迷,mamicode.com
首页 > 其他好文 > 详细

WCSTOMBS 函数不支持中文件的解决方法(设置代码页)

时间:2017-02-16 01:03:58      阅读:154      评论:0      收藏:0      [点我收藏+]

标签: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

WCSTOMBS 函数不支持中文件的解决方法(设置代码页)

标签:article   没有   cst   解决   支持   etl   默认   设置   cal   

原文地址:http://www.cnblogs.com/findumars/p/6403936.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!