Re: GWT - javascript result is not encoding correctly!

2010-09-22 Thread Didier DURAND
Hi Rodrigo, Do you work with Eclipse, if yes verify File > Properties > Resources > Text file encoding This property has to be set to UTF-8. regards didier On Sep 23, 2:38 am, Rodrigo Teixo wrote: > Hi all. > > I have made a simple module and a html with UTF-8 enconding. > > The javascript res

GWT - javascript result is not encoding correctly!

2010-09-22 Thread Rodrigo Teixo
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