You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Angular 14 and I have a problem when I export table in csv. It transforms accents in horrible characters, when I was in Angular 8 we fix the problem in source code by initializing csv with value '\ufeff' in exportCSV method. But now we don't have access to source code so we can't fix it.
Is there a way to access to source code ? Or a boolean can be add in options if we want to allow accents ?
Thank you for your answer
Environment
I am using Angular 14 and I can't upgrade.
Reproducer
No response
Angular version
14
PrimeNG version
14
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
14
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
ghost
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Aug 28, 2024
Describe the bug
I am using Angular 14 and I have a problem when I export table in csv. It transforms accents in horrible characters, when I was in Angular 8 we fix the problem in source code by initializing csv with value '\ufeff' in exportCSV method. But now we don't have access to source code so we can't fix it.
Is there a way to access to source code ? Or a boolean can be add in options if we want to allow accents ?
Thank you for your answer
Environment
I am using Angular 14 and I can't upgrade.
Reproducer
No response
Angular version
14
PrimeNG version
14
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
14
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: