mongoc_uri_unescape (3) Linux Manual Page
mongoc_uri_unescape() – Unescapes an URI encoded string. For example, "%40" would become "@". Synopsischar * mongoc_uri_unescape (const char *escaped_string);Parametersescaped_string A utf8 encoded string.DescriptionUnescapes an URI encoded string. For example, "%40" would become "@". ReturnsReturns a newly allocated string that should be freed with bson_free(3) \&. ColophonThis page is part of MongoDB C Driver. Please report…
