开发者

Set character set to multi byte by using code

开发者 https://www.devze.com 2022-12-17 07:49 出处:网络
Is there a way to set the character set to multi byte in code. By that I开发者_StackOverflow mean without going into the properties of the compiler and setting it. I mean it by, well...in code. :plook

Is there a way to set the character set to multi byte in code. By that I开发者_StackOverflow mean without going into the properties of the compiler and setting it. I mean it by, well...in code. :p


look at wcstombs() or perhaps WideCharToMultiByte()


There are #defines that control how things are compiled:

#define _MBCS
0

精彩评论

暂无评论...
验证码 换一张
取 消