Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个项目,其中包含需要从多字节编码转换为 Unicode 的 C++、MFC 和 C# 项目的混合。
该项目太大,无法手动完成。有什么工具可以进行这种转换吗?
我强烈建议不要使用 TCHAR、std::wstring、wchar_t、T() 宏和 L"" 字符串。
总结我的观点,在http://utf8everywhere.org中还有一些无需替换大部分代码即可轻松转换的指南。
我们将其应用于几个大型(数百万 CL)代码库,并且相当顺利。