Hi,
When, on server side, using
var request = new Http('http://127.0.0.1/getting.php');
request.set('method', 'POST');
request.setHeader('meta', 'http-equiv="content-type" content="text/
json; charset=utf-8"');
var m = JSON.encode({cmd:"get-opened"});
request.write(m);
request.getContent(function(result)
{
var res = JSON.decode(result);
});
then sending res via sendRaw to client the accents are lost.
when client post same request with dojo.rawXhrPost results OK.
somebody can it help me..
Thanks
--
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/