Hi, I am parsing xml file using urlfetch in my appengine, I prepare a response dictionary and return it via ToJSonReponse function in gviz_api.
The gadget client sends me the queries with get parameter for the parsing. Everything worked great, until one of the strings returned from the urlfetch had some weird signs (u'\u2013') which is only "-" ... Now I've tried manipulating the data and setting self.response.headers['Content-Type'] = 'text/plain; charset=utf-8' My playing got the response to be returned, when querying it via browser. But now it gives timeouts from within the gadget. (Every other query that doesn't have this character in the response, works great...) Any help would be great, Chen. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
