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 >。