GWT i18n Message Properties does not Display special Character like ß
问题 I use GWT i18n Messages to translate messages: @DefaultLocale("en") public interface Messages extends com.google.gwt.i18n.client.Messages { @DefaultMessage("Size") String size(); } For German I have the Messages_de.properties file. size=Größe äüö ÄÖÜ In one of my UIBinder templates I use <ui:text with="{messages.size}"/> When the user's browser is de I get Grösse ÄÖÜ ÄÖÜ instead of Größe äüö ÄÖÜ being displayed. My workspace as well as my .properties file is set to UTF8. How can I get the