utils: Use g_uri_unescape_string to parse URI
A URI may contain many different escaped strings than just %20 (ie, space). So Let’t use the standard g_uri_unescape_string to unscape the URI string, and remove the no longer used function.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
A URI may contain many different escaped strings than just %20 (ie, space). So Let’t use the standard g_uri_unescape_string to unscape the URI string, and remove the no longer used function.