If your using eclipse, make sure to set the encodeing to utf-8. Just go propertys on the project and set text text-file encoding to utf-8 from the dropdown.
On Aug 28, 3:53 pm, jhulford <[email protected]> wrote: > Also make sure your host page's encoding is UTF-8. > > On Aug 28, 2:21 am, David <[email protected]> wrote: > > > > > Hi, > > > That is not a GWT issue but rather a HTML issue. > > Make sure that: > > a) you use a font that supports i18n > > b) make sure that you use a charset that supports i18n. > > Put something like this in your HTML-HEAD section. > > <meta http-equiv="Content-Type" content="text/html; > > charset=UTF-8"> > > > David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
