Hi everyone, I was trying to post some arabic data from a form. Then put the data into the datastore. The text seems to be correct unicode., but I get this error:
'ascii' codec can't decode byte 0xd9 in position 0: ordinal not in range(128) It seems to me that Google app Engine is trying to re-encode the text although it was already utf-8 !. Is this the normal behavior ? Is there someway to stop these errors ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
