git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@880 a333f486-631f-4898-b8df-5754b55c2be0
@@ -835,7 +835,7 @@ EOF
// Compute a subset of the data set, now that we know the charset
if ($sEncoding == 'UTF-8')
{
- $sUTF8Data = $sCSVData;
+ $sUTF8Data = iconv('UTF-8', 'UTF-8//IGNORE//TRANSLIT', $sCSVData);
}
else