I solved my problem rewriting the server-side method as follow : http://pastebin.com/TzwXaJRG
On Mar 1, 10:27 pm, lyhana8 <[email protected]> wrote: > Did you find a solution ? I got the same issue and looking for a > solution for 4 days now. Seem the RPC respone is messed-up while the > XML is correct. > If you found a solution please post it. > > Thanks > > On Feb 1, 10:12 pm, Jos Muysers <[email protected]> wrote: > > > Hi, > > > When I deploy my application I see this character: instead of this > > one: ü. > > When I run the app. in development mode the characters are ok. > > > My application gets an xml file from a webservice on our company > > server. The header of the xml file is: > > <?xml version="1.0"encoding="utf-8" ?> > > when I open this xml file in a browser, the characters are displayed > > as they should be. > > In eclipse, i set all the java-files to text-fileencodingutf-8 > > (properties > text fileencoding) > > In the Project-properties, i set theencodingto utf-8 also. > > In the <head> of my Html page I have this line: <meta http- > > equiv="content-type" content="text/html; charset=UTF-8"> > > > What could be wrong ? ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
