cpprest with japanese character?
问题 The following code: auto nullValue = json::value::null(); std::string searchText = conversions::to_utf8string("michael"); make_request(client, methods::GET, nullValue, searchText); Returns the json data: {"data":[ { "_id":172,"name":"Michael Edano","profile_picture":null }], "success":true } But if i put Japanese string: auto nullValue = json::value::null(); std::string searchText = conversions::to_utf8string("北島 美奈"); make_request(client, methods::GET, nullValue, searchText); The output is: