On 23/01/2024 11.25, Paolo Bonzini wrote:
Il lun 22 gen 2024, 20:18 Thomas Huth <th...@redhat.com <mailto:th...@redhat.com>> ha scritto:uri_string_unescape() basically does the same as the glib function g_uri_unescape_string(), with just an additional length parameter. You can replace it altogether with g_uri_unescape_segment.
Oh, nice, I indeed missed that while looking at the glib docs! Thanks, I'll give it a try...
Thomas