Difference between revisions of "Ns urlcharset"

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

Revision as of 04:32, 19 June 2004

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


NAME

ns_urlcharset - Set the current connections url charset

SYNOPSIS

ns_urlcharset charset

DESCRIPTION

Set the current connections urlcharset. Returns the encoding value for the specified charset. If the connection's urlencoding value is being changed then flush any form set cached locally, ns_conn will do the same.

EXAMPLES

   % ns_urlcharset iso-8859-1
   iso8859-1

SEE ALSO

ns_charsets

Category Documentation - Category Core Tcl API