i made a very simple sandbox gwt-app to get familiar with rpc and integrating third-party libraries. this sandbox app simply references a library that offers one service: returning a string read from a property-file within the referenced jar.
the problem is the encoding seem to be wrong - special characters are being scrambled (in my case german umlauts). but why? all seem to be set to utf-8: my hole eclipse-workspace including the properties-file read from and the sandbox.html begins with: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> so what could scramble the characters? where to look for wrong encodeing? thx in advance -- 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.
