I'm from germany and I use german special characters (ö, ü, ä) in mySQL Database. In the excel export these characters are not available.
Have anyone an idea what I can do ?
Szilvia Weigel - 2005-08-13 13:08:55 - In reply to message 1 from Markus Kasper
I had the same problem with the hungarian special characters.
I changed that line in excelwriter.inc.php function GetHeader():
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
to
<meta http-equiv=Content-Type content="text/html; charset=windows-1250">
it works fine!
maybe it could help someone :)
WeSzil