no at the moment i only used the integrated jetty in development mode. how to configure jetty? where is gwt-delivered-jetty located?
On 22 Mrz., 16:30, Lukasz <[email protected]> wrote: > Hi, > > is the application deployed on a tomcat? If so, then check the > server.xml configuration and especially the conncetor URI encoding > definition. > > HTH, > Lukasz > > On 22 Mrz., 12:32, tanteanni <[email protected]> wrote: > > > 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.
