/**
 * URI methods
 */
static VALUE rb_eu_escape_uri(VALUE self, VALUE str)
{
        return rb_eu__generic(self, str, &houdini_escape_uri, 32);
}