使用代码将字符集设置为多字节

问题描述 投票:0回答:2

有没有办法在代码中将字符集设置为多字节。我的意思是无需进入编译器的属性并对其进行设置。我的意思是,嗯……在代码中。 :p

c++ multibyte
2个回答
1
投票

看看 wcstombs() 或 WideCharToMultiByte()


0
投票
© www.soinside.com 2019 - 2024. All rights reserved.