Character encoding problem
Character encoding problem
labpros
Posts: 2Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
Allan