Do you set your project with UTF-8 encoding, in eclipse? 2009/7/9 Andre Leger <[email protected]>: > Greetings, > > I have researched this issue a lot and tried many potential solution to no > avail. Here I am requesting your help. > > I have a opensocial gadget that is deployed in a Friend Connect container, > where text is captured using the following Java code (GWT v1.6.4, Eclipse > v3.4.2): > > String text = newText.getText(); > > and is later displayed in a FlexTable using the following code: > > textDisplay.setText(0, 0, text); > > My problem: Whenever some specific characters are inputed in the gadget, > they are displayed in the FlexTable in an encoded form, for example: > " (quote) displays: " > ' (single quote) displays: ' > & displays: & > > The problem is consistent in all browsers I have tried (FF, IE, Opera, > Chrome). It is important to note that I have no problem with French > specific characters é, à, etc. > > My XML & HTML file are set to UTF-8 encoding, and Eclipse is configured to > use UTF-8 encoding. I specifically verified that each Java files are also > encoded in UTF-8. > > Thank you in advance, > > Andre > > > > > > >
-- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
