it's not enough to change the value of the content-type meta tag
your editor must also save the file in the corresponding content-type
in eclipse you can change the encoding of the file under File -
Properties - Resource

On 13 Jan., 21:41, nacho <vela.igna...@gmail.com> wrote:
> Hi, i want to put a link like this:
>
> Hyperlink lnkBackToInbox = new Hyperlink("« Back to Inbox", "#");
>
> And in my hosted page i have the following line:
>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1" />
>
> also i tried with
>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
>
> but when i put the link in the hosted page i get the following:
>
> Back to Inbox
>
> What i'm missing?
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to