I have a problem with Swedish letters coded in Java files as when I
make a Label with Swedish letters,
Label myLabel = new Label("här är något på Svenska");
the Swedish letters changes to strange characters in the HTML file.I am using Eclipse.I made sure that: the html file has <meta http-equiv="content-type" content="text/html; charset=UTF-8"> the text file >properties are UTF-8 the >project >properties are UTF-8 the >edit >set encoding are UTF-8 Anybody facing the same problem or have a solution... thanx! -- 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.
