/* Unescapes CGI, converting plus bytes '+' to space ' ' */
static VALUE fast_uxs_cgi(VALUE self)
{
        return _uxs_uri(self, 1);
}