Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

SES UTF-8 encoding error #354

Merged
merged 1 commit into from
Oct 3, 2011
Merged

SES UTF-8 encoding error #354

merged 1 commit into from
Oct 3, 2011

Conversation

riobard
Copy link
Contributor

@riobard riobard commented Oct 1, 2011

UTF-8 encode strings only if they are Python Unicode type. Otherwise, UTF-8 encoded str type will raise UnicodeDecodeError.

UTF-8 encode strings only if they are Python Unicode type. Otherwise, UTF-8 encoded `str` type will raise UnicodeDecodeError.
victortrac added a commit that referenced this pull request Oct 3, 2011
SES UTF-8 encoding error
@victortrac victortrac merged commit 82b1d74 into boto:master Oct 3, 2011
@victortrac
Copy link
Contributor

Ok, makes sense. I didn't think about people passing in already encoded UTF-8. Thanks.

msabramo pushed a commit to msabramo/boto that referenced this pull request Nov 28, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants