I using GWT and GAE to take russion from DataStore. When cyrillic come to GWT it look like "?". I resolve it with next step: in *.gwt.xml added properties: <inherits name="com.google.gwt.i18n.I18N"/>, <extend-property name="locale" values="ru_RU"/> on the page i'm added nex metatag <meta name="gwt:property" content="locale=ru"/>. And in the end i'm go to eclipse project property and in Resources set text encoding to UTF-8.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
