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.
如何使用 icu4c 将字符串从一种编码转换为另一种编码?我已经搜索了几个小时,除了查看 uconv(与 icu4c 捆绑在一起的实用程序)的源代码外,没有找到任何东西,它ucnv_open在某些时候调用(它将编码作为参数)。我假设您可以使用结果ucnv_open以某种方式转换字符串...
ucnv_open
uconv 会帮助你,但也看到: