Here it is guys. The problem was the following: The xml file was being codificated as UTF-8, and the javascript file as iso-8859-1. So, to solve this problem, when you include the js file inside your xml file, do something like this:
<script src="http://www.endereco.net/gadget/gadget.js" charset="iso-8859-1"></script> This way it specifies that the js file is codificated in another format, and the browser makes the "translation" :D That's all :D On 7 jun, 17:04, Samuka <[EMAIL PROTECTED]> wrote: > i have the same problem, please, any1 help us :D > > On 5 jun, 21:18, Ricardo <[EMAIL PROTECTED]> wrote: > > > Hello guys! Here I am bothering you again. > > I'm a portuguese speaker and we have some accents in some words. I > > tried to include the following statement inside the CDATA: > > <meta http-equiv="Content-Type" content="text/html; > > charset=iso-8859-1" /> > > But it haven't worked. I can use já (to output the text já), > > but if there is a better way to do this I would like to know it. > > Thanks all! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
