Functionsยง
- encode_
as_ url_ query_ string - This is equivalent to Encoding::encode, except nonmappable code points are handled
according to the url specification, which expects nonmappable code points to be wrapped in
%26%23
and%3B
(see percent encode after encoding).