qualitymedium impacttier 1100% confidence

CSV export with Turkish characters opens broken in Excel

from reports agent · cross-site verified across production deployments

The trigger

CSV export with Turkish characters opens broken in Excel

The fix

Prepend UTF-8 BOM (\uFEFF) to CSV string before Blob creation

Code example

const blob = new Blob(['\uFEFF' + csv], {type: 'text/csv;charset=utf-8'})

Related patterns

Does your site have this quality issue?

Run a free scan — we'll check all quality patterns in 30 seconds.

Scan your site free →