angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

[BUG] Currency symbols are not disturbed while using csvExport method from uiGridExporterService #7291

Closed Karan-M-Thakkar closed 1 year ago

Karan-M-Thakkar commented 1 year ago

With v4.0.2 of ui-grid, whenever I've data which has special charcters like currency symbols as shown in screenshot below (1st), when exporting those data into CSV file with csvExport method, those characters are disturbed as 2nd screenshot image

showing special characters instead of ₹ symbol image

Please note that currency symbols are fetched with amounts from database itself, not using currency filter from angular JS

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.