-
11 May 2009 7:47 AM #1
ASCII charset and Ext.ajax.Request
ASCII charset and Ext.ajax.Request
hi to all,
i have a problem with the ajax charset that i send to the server.
we have a sap system with the default ascii encode(no unicode)
i try to set the Ext.ajax.Request headers param in
but the charset of the request remain with unicode ( i see it with firebug tool ) and in the system some characters will not save correctly(à,è,ì,ò,ù).Code:headers: { 'Content-Type':'application/x-www-form-urlencoded; charset=iso-8859-1' },
someone can help me?
tanks to all


Reply With Quote