Database encoding problem and javascript issue
Database encoding problem and javascript issue
![panagiotis](https://secure.gravatar.com/avatar/554060b773c7ee776939eaa8f4cdd7f9/?default=https%3A%2F%2Fvanillicon.com%2F554060b773c7ee776939eaa8f4cdd7f9_200.png&rating=g&size=120)
Hello Allan, I have two questions, I am using server side processing 1.10.19 and I can not display greek characters. All .php pages have utf-8 encoding, plus the database table encoding is utf8_general_ci. The other issue is related to image displaying, one of the columns contains image and I want to apply a javascript to change the image on mouseover array( 'db' => 'code', 'dt' => 6, 'formatter' => function( $d, $row ) { return "<img src="images/cart.png" alt="image" />"; } ), But it does not work
Answers
Hi @panagiotis ,
I just noticed this, sorry that this got missed, is this still a problem?
Cheers,
Colin