SetEncoding()

Sets the character encoding (character set) of Form and URL scope variable values.

Used when the character encoding of the input to a form, or the character encoding of a URL, is not in UTF-8 encoding.

SetEncoding( scope=string, encoding=string );

Returns: String

Argument Description
scope
string, required

url, form

encoding
string, required

The character encoding in which text in the scope variables is encoded

Examples

There are currently no examples for this function.

See also