Reputation: 403
I am trying to convert this unicode: u"\u2605 adasdadad"
to str
and got this exception:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2605' in position 0: ordinal not in range(128)
Help please.
Upvotes: 0
Views: 396