Ns setformencoding

From AOLserver Wiki
Revision as of 04:17, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 655)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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