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 reason behind this is URL encoding.

Can anybody find me a way to get the complete string ?

Thanks in advance !

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to