Hi all.

I have made a simple module and a html with UTF-8 enconding.

The javascript result page did not encode the dinamic result in the
same way.

Look this code fragment:

        public void onModuleLoad() {

                stocksFlexTable.setHTML(0, 0, "Cor");
                stocksFlexTable.setHTML(0, 1, "Matéria");
                stocksFlexTable.setHTML(0, 2, "Excluir");
                ...
                ...
                ...



The result page of this dinamic result is:

Cor     Mat�ria Excluir


Someone help please.. How to solve this problem???

Thanks in advance.

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