angular-ui/ui-grid

CSV export does not display certain ASCII characters correctly

Open

#5.092 aberto em 10 de fev. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
grid-exporterhelp wanted

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador