Character encoding problem

Character encoding problem

labproslabpros Posts: 2Questions: 0Answers: 0
edited January 2014 in DataTables 1.9
Hi,
i use server-side processing with datatables 1.9.2 and i display some data with Greek characters that all change to ????
this is probably an encoding problem.
I used this
[code] header("Content-Type: text/json; charset=UTF-8");[/code]
to the server-side script but nothing happend.

The strange is that everything was working fine and this problem started when i changed vps server.
Any solution?

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    What is the database's character set? What is the character set of the link between PHP(?) and the database? What is the web-pages character set? They should all match.

    Allan
  • labproslabpros Posts: 2Questions: 0Answers: 0
    Ok Allan i found it thanks, it was misconfigured
This discussion has been closed.