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.
我有一个 UTF-8 编码的字符串。这个字符串首先保存到一个文件中,然后通过 Apache 发送到一个用 C++ 编写的进程,该进程使用 Curl 接收它。
如何在 C++ 进程中解码字符串?
CodeProject上有一篇非常好的文章,展示了如何阅读 utf8 。或者http://utfcpp.sourceforge.net/ 也有操作(C++ & Boost: encode/decode UTF-8)。