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

Optionally do not decode to UTF-8 #13

Closed
Lukasa opened this issue Nov 13, 2015 · 2 comments
Closed

Optionally do not decode to UTF-8 #13

Lukasa opened this issue Nov 13, 2015 · 2 comments

Comments

@Lukasa
Copy link
Member

Lukasa commented Nov 13, 2015

By default, .decode() returns UTF-8. Some systems, however, expect headers to be bytes and to worry about it themselves. We may optionally want to disable this automatic decoding of the text encoding, and instead to return byte strings.

@jimcarreer
Copy link
Contributor

I'm off work today so I'll work on this, sounds super easy.

Lukasa added a commit that referenced this issue Nov 19, 2015
Optional UTF-8 Decoding (Issue #13)
@Lukasa
Copy link
Member Author

Lukasa commented Feb 1, 2016

This is now resolved. =)

@Lukasa Lukasa closed this as completed Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants