Ns formfieldcharset

From AOLserver Wiki
Revision as of 04:33, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 560)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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