Thanks for your purpose but it's ok for me I find the good way for encoding in UTF8
But now I've another problem. My csv files (tableau.csv) contains 900 lines and when I use arijdatatable, I've a blank page when I use a file with 227 lines (tableau2.csv) I've an error message :
DataTables warning: Unexpected number of TD elements. Expected 224 and got 227. DataTables does not support rowspan / colspan in the table body, and there must be one cell for each row/column combination.
This the link :
atelier-du-moniteur.com/tableau.html
This my code in my article :
{arijdatatable bPaginate="true"}
{aricsvtable file="tableau.csv"}{/aricsvtable}
{/arijdatatable}
Thank you for your help
JP