Why am I getting this UnicodeEncodeError when I am inserting into the MySQL database?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-05-03T21:34:14Z
Indexed on
2010/05/03
21:38 UTC
Read the original article
Hit count: 245
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 2: ordinal not in range(128)
I changed my database default to be utf-8, and not "latin"....but this error still occurs. why?
© Stack Overflow or respective owner