angular-ui/ui-grid

CSV export does not display certain ASCII characters correctly

Open

#5.092 geöffnet am 10. Feb. 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
grid-exporterhelp wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

If the data that is being exported has non-standard ascii characters such as the Euro symbol or a bullet, the encoding in the CSV file displays them incorrectly. When I enable the 'exporterOlderExcelCompatibility' flag, the symbols are displayed correctly but I lose my newlines.

I created a plunkr to easily test these two use cases: http://plnkr.co/hn0WNVNOi9VIWsATdy0F

Contributor Guide