I have a page with a part in php that converts a .csv
table to html
. However, I have a problem with accented letters. Indeed, these are not shown even if the page is set with
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
and the csv
file is encoded in utf-8
.
The other parts not processed by the php show the accented letters with no problem. Should I add a string in the php to convert them?
Thank you so much,
Stefano