HttpQueryString::xlate
Change query strings charset
&reftitle.description;
public
boolHttpQueryString::xlate
stringie
stringoe
Converts the query string from the source encoding ie to the target encoding oe.
Don't use any character set that can contain NUL bytes like UTF-16.
This method requires ext/iconv to be enabled and loaded.
&reftitle.parameters;
ie
input encoding
oe
output encoding
&reftitle.returnvalues;
&return.success;