![Picture of Luca Picture of Luca](/graphics/unknown.gif)
Luca - 2008-04-10 09:56:50
First of all: congratulations for this amazing class.
I have a problem concerning the charset used by client-side software (e.g. MS Excel or OpenOffice.org).
I encode my data in UTF-8 format, but when I download and open the generated xls, the charset seems to be ISO-8859-1 (Western Europe / Latin 1).
What I have to do?
Do I have to set some php header? - please note that I use: header ("Content-type: application/x-msexcel;charset=utf-8");
Is it an issue reguarding MS Excel (or OpenOffice)?
Thanks in advance.