SYNOPSIS

char * mongoc_uri_unescape (const char *escaped_string);

DESCRIPTION

The mongoc_uri_unescape() function shall escape an UTF-8 encoded string containing URI escaped segments such as %20. It is a programming error to call this function with a string that is not UTF-8 encoded.

RETURN VALUE

A newly allocated string that should be freed with bson_free().

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.