On 20 juil, 09:37, Ahmed Shoeib <ahmedelsayed.sho...@gmail.com> wrote:
> Welcome all  ,
>
> now i face a problem with UTF-8 Encoding Problem
>
> how to support it in GWT project ????

GWT expects all your source files to be UTF8-encoded (Java source and
*.properties used for I18N). GWT produces UTF8-encoded files. You'll
generally have your HTML host page UTF8-encoded as well (with the
appropriate Content-Type HTTP response header, or a <meta
charset=UTF-8> in the HTML's <head>)

http://code.google.com/webtoolkit/doc/latest/FAQ_Troubleshooting.html#International_characters_don't_display_correctly

-- 
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