DataTables server-side processing with user selectable rows example (accents problems)
DataTables server-side processing with user selectable rows example (accents problems)
![trollanfer](https://secure.gravatar.com/avatar/42e4e05a5d2d3fcbeea63e72ebafeb28/?default=https%3A%2F%2Fvanillicon.com%2F42e4e05a5d2d3fcbeea63e72ebafeb28_200.png&rating=g&size=120)
I had problems with french accents. Table cells containing accents were diseapearing. I checked mysql table, which was latin1 coded. I turned it utf8, but the problem remained. I found a way to have it working : after the initialisation of the sql query in "id.php", simply add [code] mysql_query("SET NAMES UTF8"); [/code]
Hope it helps....
Hope it helps....
This discussion has been closed.
Replies
After spending hours to find a solution for displaying french accents (and perhaps other languages), i find your post.
Many thanks for that tips!