Here is an easy way to url encode a string
In python:
import urllib;urllib.quote("string to encode");
Technorati Tags: python, url encode
No comments:
Post a Comment