/* * Compatible with ERB::Util::url_encode / ERB::Util::u, this iterates * through each byte, so multibyte character sets may not supported (but * UTF-8 should be). */ static VALUE fast_xs_url(VALUE self) { return _xs_uri_encode(self, 0); }