Dear Allan, First I would like to thank you very much for the support. I am having trouble with spanish words in table fields. They are not listed in the datatables. Any advice?
Thanks again
More information
Using the Datatable interfase to insert the Word "acción", in mysql database you will see "acción"
If I insert the Word "acción" direct in mysql, in the screen you will see nothing
You don't change the character set in DataTables - it inherits whatever the HTML page is.
You can use your database administration tools or just the command line to change the character set of the database. What character set is it currently in?
Replies
Using the Datatable interfase to insert the Word "acción", in mysql database you will see "acción"
If I insert the Word "acción" direct in mysql, in the screen you will see nothing
Hope it help
Allan
Thanks s lot
You can use your database administration tools or just the command line to change the character set of the database. What character set is it currently in?
Allan