You'll need to set the encoding as part of the "Content-Type" header:

builder.setHeader("Content-Type", "application/x-www-form-urlencoded; 
charset=UTF-8");


The default encoding is ISO-8859-1, which does not support the euro symbol 
(I believe the standard was established prior to the formation of the EU).

-Abraham

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0iTSncPVd7wJ.
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