Possible Duplicate:
Unicode in C++
If I remembered correctly, the default character and string encoding in C++ are ASCII. Is there a simple way to enable Unicode support?
首先阅读:绝对最低每个软件开发人员,绝对必须知道Unicode和字符集(没有借口!)
当前的C++没有以任何方式指定编码.您可能会查看像ICU这样的实际Unicode库,或者在某些体系结构和实现中,您可以使用wchar_t来操作和保存Unicode字符串.
编辑:这个答案是指C++ 03.如上所述,它不再适用.
归档时间: |
|
查看次数: |
52833 次 |
最近记录: |