You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like boost had a problem with those characters. I wonder if there's an easier way to do that, since the boost libraries probably have a way to handle different string encodings. I'll let you know if I find anything.
simply I wrote some code to send message in chinese
std::string msg;
msg = "汉字";
handler->emit("test", msg);.
And here occur a exception like below:
boost::exception_detail::clone_implboost::exception_detail::error_info_injector<boost::system::system_error >。
The text was updated successfully, but these errors were encountered: