开发者

Set character set to multi byte by using code

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜