Ns urlcharset

From AOLserver Wiki
Jump to navigation Jump to search

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. This command is identical to ns_setformencoding.

EXAMPLES

   % ns_urlcharset iso-8859-1
   iso8859-1

SEE ALSO

ns_charsets

Category Documentation - Category Core Tcl API