Charset problem
Charset problem
I'm using DataTables to work with data but there is a problem with language specific characters like Ě, Š, Č, ... I have city "Třebíč" but if I enter "Třebíč" into searchbox, the data that come to server are "tÅebÃÄ". The charset is UTF-8 in every page.
Is it possible to work with these characters in JavaScript and DataTables?
Is it possible to work with these characters in JavaScript and DataTables?
This discussion has been closed.