Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Commented Unassigned: WHY USE unescape_string here? [7]

$
0
0
``` C++
std::string web::json::details::_String::as_utf8_string() const
{
if(is_wide())
{
return utf16_to_utf8(unescape_string<utf16char>(m_wstring.get()));
}
else
{
return unescape_string<char>(m_string.get());
}
}
```
should escape_string should be used here?
Comments: Hello My name is Binta, i read about you in this site and i decide to contact you for friendship hopeing that you will accept my request,if you accept my request ,please reply to my email address (bintaweah59@live.com) or send me your email so that i will send you my photo and more about me, i believe we can make good friends,let distance not be a barrier but lets love connect,because love is a bridge connect far distance to be close from Binta

Viewing all articles
Browse latest Browse all 4845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>