Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created April 16, 2024 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasmiranda/34780ef27737bf4e3781ed81ba200a72 to your computer and use it in GitHub Desktop.
Save douglasmiranda/34780ef27737bf4e3781ed81ba200a72 to your computer and use it in GitHub Desktop.
Python 2 urlencode unicode error (UnicodeEncodeError: 'ascii' codec can't encode character...)
import urllib
# 'a=%3F'
urllib.urlencode({'a': 'Á'}, 'utf-8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment