背景 POCO 是一款全面的c++开发框架,基本设计大部分常见使用功能,但没有直接std::string to utf8 string代码,网上找了好久找到(有Unicode std::wstring 转换utf8 std::string) 代码 Poco::Windows936Encoding cp936; Poco::UTF8Encoding utf8; Poco::TextConverter converter(cp936, utf8); std::string src = "你好"; s…