Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › URL encoding of message?
Does anybody have a tcl proc built to add URL encoding to the body of a message? If so I would love to not re-create the wheel. Thanks!
We supply tcllib as part of the install. Tcllib has an http package.
Try: http::formatQuery command in the http library for Tcl
package require http
set url [http::formatQuery $url]
For tcllib documentation go to:
http://tcllib.sourceforge.net/doc/index.html