I am using json to send data from a website to the database. However, even that it works on all browsers (including IE 11), in IE 11 I don't get characters other than "english".
This is an example
$.getJSON('handler.php?type=contact&page='+page);
How can I fix this thing?