Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created October 20, 2010 08:38
Show Gist options
  • Save qoelet/636035 to your computer and use it in GitHub Desktop.
Save qoelet/636035 to your computer and use it in GitHub Desktop.
import urllib
# ... etc
urllib.unquote(request.GET.get('field', '').encode('ascii')).decode('utf-8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment