Difference between revisions of "Ns setformencoding"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 655)
(No difference)

Revision as of 04:17, 19 June 2004


NAME

ns_setformencoding - Set the form encoding of the current connection


SYNOPSIS

ns_setformencoding charset

DESCRIPTION

Set the form encoding of the current connection. If the connection's urlencoding value is being changed then flush any form set cached locally, ns_conn will do the same.

EXAMPLES

   % ns_setformencoding iso-8859-1
   iso8859-1

SEE ALSO

ns_charsets ns_urlcharset

Category Documentation - Category Core Tcl API