Hi,

Have you specified the UTF-8 before creating file or just change it
while your files were created ?
I've just copy paste your Label in a project where .java file are
UTF-8 encoded and everything works fine.
Just check on one of your file the properties that is attributed to it
(contextual menu on one of the incriminated java file): here you must
have UTF-8.


On Aug 2, 9:38 pm, Kiarash <[email protected]> wrote:
> 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.

Reply via email to