http_encode Keyword Syntax
Encoding Location
Specifies whether to search for the specified encoding type in an HTTP URI, header, or cookie, including a set-cookie.
Encoding Type
Specifies one or more encoding types using one of the following formats:
encode_type
encode_type|encode_type|encode_type...
where
encode_type
is one of the following:
utf8
double_encode
non_ascii
uencode
bare_byte
.
Note that you cannot use the negation (!) and OR (|) operators together.