SYNOPSIS
char *
mongoc_uri_unescape (const char *escaped_string);
PARAMETERS
- escaped_string
- A utf8 encoded string.
DESCRIPTION
Unescapes an URI encoded string. For example, "%40" would become "@".
char *
mongoc_uri_unescape (const char *escaped_string);
Unescapes an URI encoded string. For example, "%40" would become "@".