I have a PHP script which is used by an Ajax function to pass some input variables in a MySQL database. But a string like "Camping Dragoske, DN73C, Burluși" is stored in the MySQL database like "Camping Dragoske, DN73C, BurluÈ™i, România" and is captured by the ajax.php file like "Camping Dragoske, DN73C, Burlu\u0219i, Rom\u00e2nia".
My HTML charset encoding is UTF-8, and the MySQL table is set to utf8_general_ci
and the field is set to utf8_unicode_ci
.