These in the header - grey background - a stored a s constant in a java String in a source. I am using Groovy a Groovy templates that translates all to Java and html in runtime. Java stores everything like UTF-8. On my local GAE SDK its displayed correctly.
These below with white background are from database. I am using JPA. If I import data from XML to database, special characters are damaged. XML contains UTF-8 representation. But when I correct database by GAE data viewer, it is displayed properly. So it seams, that encoding is somehow mixed up while transfering from local SDK to GAE. Ladislav. On 16 zář, 13:42, Gianni Mariani <[email protected]> wrote: > Looking athttp://lskokan.appspot.com, somehow the strings are being > rendered incorrectly in the application. > > It would be nice to know what the rendering code looks like. > > On Wed, Sep 16, 2009 at 9:08 PM, George Moschovitis < > > > > > > [email protected]> wrote: > > > > Make sure you have this meta tag in your generated html file. > > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > > I *do* have this tag in my html! > > > > Also, you can set a response HTTP header with the same string. > > > OK, I will try to set the HTTP header, but I don't think this is the > > problem. > > > -g. > > -- > Gianni Mariani > Google, Sydney --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
