UnicodeEncodeError: ‘latin-1’ codec can’t encode character
I ran into this same issue when using the Python MySQLdb module. Since MySQL will let you store just about any binary data you want in a text field regardless of character set, I found my solution here: Using UTF8 with Python MySQLdb Edit: Quote from the above URL to satisfy the request in the … Read more