Hello -
I'm trying to download data from the App Engine server, but I'm
getting this error:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in
position 182: ordinal not in range(128)
In my config file, I have this line for the field in which the error
occurs:
('other_notes', lambda x: x.decode('utf-8'), None)
Previously I was using str, but thought that this might work because
the character seemed to be Unicode. However, I still get the same
error.
Can anyone point me in the right direction?
Thanks,
Brian
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.