我的C++项目目前大约有16K行代码,我承认首先完全没有考虑过unicode支持.
我所做的只是一个自定义typedef for std::stringas String并跳转到编码.
std::string
String
在我写的程序中,我从未真正使用过unicode.
现在将项目切换到unicode有多难?这甚至是个好主意吗?
我可以切换到std::wchar没有任何重大问题吗?
std::wchar
c++ unicode
c++ ×1
unicode ×1