URL encoding of message?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf URL encoding of message?

  • Creator
    Topic
  • #53218
    Mike Wilson
    Participant

      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!

    Viewing 0 reply threads
    • Author
      Replies
      • #76957
        Charlie Bursell
        Participant

          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

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.