Hello,

I have a GWT app that must open a new window to display a PDF.
The PDF is sent by a server that must receive GET URLs with parameters
encoded in ISO-8859-1 for special caracters.

My problem is that I don't know how to encode this URL in GWT client
side.
I've found  URL.encode but it encodes in UTF-8 and the server does not
understand it.
I cannot change the server, it is in production with several other
services using it...

Does any one have an idea ?
Thanks

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

Reply via email to