asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

This doesn't support Unicode! #175

Open vicheanak opened 7 years ago

vicheanak commented 7 years ago

When I'm trying to export Khmer language, this appears:

image

cindybinle2 commented 7 years ago

I also meet the problem, let add more this line add-bom="true" it will work.