git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@903 a333f486-631f-4898-b8df-5754b55c2be0
@@ -373,6 +373,7 @@ EOF
if ($sDisposition == 'attachment')
{
$oPage = new CSVPage("");
+ $oPage->add_header("Content-type: text/csv; charset=utf-8");
$oPage->add_header("Content-disposition: attachment; filename=\"{$sClassDisplayName}.csv\"");
$oPage->no_cache();
$oPage->add($sResult);