Hello everybody. I couldn't find any answer, mostly because I'm quite new to GWT and I couldn't isolate the problem. Anyway, here's what happens. I send a POST request with data gathered from various from components, such as text areas, text lines and so on and so forth. Then I process the request with a PHP backend that simply saves those fields in an appropriate file, and when I look into that file, some characters are missing, and some of them even truncate some fields. I found that some characters pose the problem, some others don't. Some of those that pose the problem are ° and #, some of those that are correctly handled are ç and à. I also tried to debug this by making the backend output all the fields and then displaying it with a GWT dialog but the result is unchanged. Apparently the bad things happen between the POST request and the PHP interpreter. I do urlencode everything I send out, and the backend can be made as simple as a print_r($_POST), and still exhibit the misbehaviour.
Any clue? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
