I got data being recieved in my GWT program from a PHP function which
is using urlencode(string) to encode the data.

What do I need to do on the GWT to correctly decode this data?

I tried just  " URL.decode(string) " but this clearly isnt decodeing
it correctly (slash's, for example, are still "+%2F")

What other decodeing functinos are there?
Or should I change the php end to encode it differently?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to