problem with datatables while sending ISO-8859-1 Characters

problem with datatables while sending ISO-8859-1 Characters

rajitharajitha Posts: 1Questions: 0Answers: 0
edited October 2013 in General
Hi,

The special charcters like Ã, ö, etc. in params are converted into some other symbols on the server side.

$('#exTable').dataTable(
{ "sAjaxSource" : encodeURI(url),
"bPaginate" : true,...
}
);
This discussion has been closed.