Ns formfieldcharset

From AOLserver Wiki
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_formfieldcharset.html


NAME

ns_formfieldcharset - Set the urlencoding to the charset given in the named form field if it exists

SYNOPSIS

ns_formfieldcharset form-field-name

DESCRIPTION

Examine the incoming form for a field with the given name, which is expected to contain the character set that the data is encoded. If this field is found, use that charset to set the urlencoding for the current connection.

EXAMPLES

   % ns_formfieldcharset user_charset

SEE ALSO

ns_charsets ns_urlcharset

Category Documentation - Category Core Tcl API