Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode Unicode search query terms #28

Closed
sampsyo opened this issue Nov 22, 2011 · 0 comments
Closed

Encode Unicode search query terms #28

sampsyo opened this issue Nov 22, 2011 · 0 comments
Assignees
Labels
Milestone

Comments

@sampsyo
Copy link
Collaborator

sampsyo commented Nov 22, 2011

If Unicode arguments are passed to the search function, the library eventually dies in urllib.urlencode(), which only support byte stings. This library should encode arguments (using UTF-8, like the old library) when building the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants