使用代码将字符集设置为多字节
有没有办法在代码中将字符集设置为多字节。我的意思是无需进入编译器的属性并对其进行设置。我的意思是,嗯……在代码中。 :p
Is there a way to set the character set to multi byte in code. By that I mean without going into the properties of the compiler and setting it. I mean it by, well...in code. :p
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 wcstombs() 或 WideCharToMultiByte()
look at wcstombs() or perhaps WideCharToMultiByte()
有 #defines 控制编译方式:
There are #defines that control how things are compiled: