Re: [google-appengine] URL DECODE PROBLEM

2011-08-16 Thread Ikai Lan (Google)
If it's getting cut off, I wonder if it's being URL encoded correctly? Can you look into this? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 9, 2011 at 8:33 AM, Chathum Henegama wrote: > Hi I am trying to get values sent in the url s

[google-appengine] URL DECODE PROBLEM

2011-08-09 Thread Chathum Henegama
Hi I am trying to get values sent in the url string , using self.request.get('fname') if the name contains any special characters like " ö " or " í " the function will only give me the 1st part of it eg . if the expected fname is like " Schröder " , i only get " Schr " part of it. I know the r