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
It would be nice to support character encoding of the exported files.
For example. due to Excel's limitation, if I have accented characters in my utf-8 encoded darabase, like 'árvíztűrő tükörfúrógép', I need to convert it to iso-8859-2, to appear in Excel correctly. When opening utf-8 file, the accented characters break.
It occurs as CSV and as Excel too, so I would need to configure it to convert the rows to iso-8859-2 before export.
The text was updated successfully, but these errors were encountered:
It would be nice to support character encoding of the exported files.
For example. due to Excel's limitation, if I have accented characters in my utf-8 encoded darabase, like 'árvíztűrő tükörfúrógép', I need to convert it to iso-8859-2, to appear in Excel correctly. When opening utf-8 file, the accented characters break.
It occurs as CSV and as Excel too, so I would need to configure it to convert the rows to iso-8859-2 before export.
The text was updated successfully, but these errors were encountered: