logo

New Response

« Return to the blog entry

You are replying to:

  1. @Michael

    URL encoding is a great way to work around this. When marshalling an object. it's a good way to prevent breaking the transport mechanism to encode variables on the way in.

    Java Reference: java.net.URLEncoder, java.net.URLDecoder

    Javascript Reference: escape(), encodeURI, etc

    {Link}

    and unescape()

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: