builder.setHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
I just re-read your original post, and I think the problem is that you're using utf8_decode on the server side. According to the documentation, utf8_decode converts a UTF-8 string into ISO-8859-1, which doesn't support the euro symbol. Have you tried removing that call? (You should probably specify the encoding on the client side anyway, as that's really the only way to authoritatively communicate the encoding to the server).-Abraham
--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/OZ4B5Zb9RQoJ.
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.