Difference between revisions of "Ns setformencoding"
Jump to navigation
Jump to search
(imported from WiKit id 655) |
|||
Line 12: | Line 12: | ||
'''DESCRIPTION''' | '''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. | + | : 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. This command is identical to [[ns_urlcharset]]. |
'''EXAMPLES''' | '''EXAMPLES''' | ||
Line 21: | Line 21: | ||
'''SEE ALSO''' | '''SEE ALSO''' | ||
− | : [[ns_charsets | + | : [[ns_charsets]] |
---- | ---- | ||
[[Category Documentation]] - [[Category Core Tcl API]] | [[Category Documentation]] - [[Category Core Tcl API]] |
Latest revision as of 05:32, 11 October 2009
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. This command is identical to ns_urlcharset.
EXAMPLES
% ns_setformencoding iso-8859-1 iso8859-1
SEE ALSO