Difference between revisions of "Ns register encoding"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with ''''NAME''' : ns_register_encoding - Map method/URL combination to a specific charset encoding for decoding the request (new in AOLserver 4.5) '''SYNOPSIS''' : '''ns_register_e…')
(No difference)

Revision as of 02:03, 20 June 2010

NAME

ns_register_encoding - Map method/URL combination to a specific charset encoding for decoding the request (new in AOLserver 4.5)

SYNOPSIS

ns_register_encoding ?-noinherit? method URL charset

DESCRIPTION

ns_register_encoding command enables mapping of method/URL combinations to specific charset encodings used to decode the request. If no mapping exists for a given method/URL, the server will use that defined for the virtual server or process wide by the urlcharset config setting. This setting defaults to NULL, or no encoding, thus assuming UTF-8 characters in the request data.