I\'m using an AJAX form in order to send data to another page named \'show.php\'. Here is the source of pages:
form.html
I think this may help:
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
The above code should set the character set of the AJAX Request to UTF-8.