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

Convert Unicode strings to UTF-8 implicitly #3

Merged
merged 1 commit into from Nov 20, 2011

Conversation

insom
Copy link
Contributor

@insom insom commented Nov 18, 2011

Strings which come from MongoDB and XML are generally Unicode; using x.encode('u8') all over code which needs to call this library seems like a bad place- if everything gets encoded down to UTF-8 if it's not already a string, and it's done consistently, that seems harmless.

maxcountryman added a commit that referenced this pull request Nov 20, 2011
Convert Unicode strings to UTF-8 implicitly
@maxcountryman maxcountryman merged commit c593e32 into maxcountryman:master Nov 20, 2011
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

Successfully merging this pull request may close these issues.

None yet

2 participants