Difference between revisions of "Ns urlcharset"
Jump to navigation
Jump to search
(imported from WiKit id 693) |
|||
Line 13: | Line 13: | ||
'''DESCRIPTION''' | '''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. | + | : 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''' | '''EXAMPLES''' |
Latest revision as of 05:31, 11 October 2009
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