On 24 mar, 13:50, denis56 <[email protected]> wrote:
>
> My latin text is coming direct from the class implementing EntryPoint.
> (lblNew.setText("ÜÖ");).
> I made sure its encoding is set to ISO-8859-1. Metas in HTML are also
> set as <meta http-equiv="Content-Type" content="text/html;
> charset=ISO-8859-1">. Should something else be missing (HTTP headers,
> maybe?).

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=FAQ_InternationalizedCharactersInLocalizedApplication

I'm not sure about the "Java requires UTF-8" bit, but GWT compiler
expects UTF-8 so... just use UTF-8!

See also: http://code.google.com/p/google-web-toolkit/issues/detail?id=1825
(and note the NotPlanned status)

Issue 1825 proposes another "workaround": using unicode escapes
(\uNNNN) in your strings (i.e. make your files us-ascii)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to