I have a simple form that submits a image to the blobstore and a title for the image. This works on my local devserver but when I deploy my code, non ascii letters in the ti
This is a known bug. http://code.google.com/p/googleappengine/issues/detail?id=3761
Getting back to the original data is a matter of:
>>> import quopri >>> t = unicode(quopri.decodestring('=CD'), 'iso_8859-2') >>> print t Í