Skip to content

uri: fix g_uri_unescape_string() regression

Marc-André Lureau requested to merge malureau/glib:uri-illegal into master

The illegal character set used to be applied only to the decoded characters.

Fixes: #2160 (closed)

Fixes: d83d68d6 ("guri: new URI parsing and generating functions")

Merge request reports