Hi,
The following CSV exports generate files in ISO-8859-1 format:
- Reports, such as /intranet-reporting/timesheet-customer-project;
- Direct exports from the menus, such as /intranet-dw-light/projects.csv?return_url=%2fintranet-reporting%2ftimesheet-customer-project or /intranet-dw-light/timesheet.csv?return_url=%2fintranet-timesheet2%2fhours%2findex
-> In this case, we use the default parameter for intranet-dw-light (both set to ISO-8859-1)
But the exports from Reporting / CSV Export are generated in UTF-8, for example /intranet-reporting/view?report_id=48061
Those reports should also use the same format ISO-8859-1.
Regards,
Dominique Lenoir
Anonymous
Maybe we should add to clarify that our particular instance is configured with the particular value "ISO-8859-01" for params
CsvHttpCharacterEncoding
andCsvTclCharacterEncoding
so presumably the problem would be similar with a different encoding for these two, but we haven't checked it.Oh I'm sorry Dominique I just noticed that you had specified it already.. my bad I read too quickly!
I have proposed a solution: https://gitlab.com/project-open/intranet-reporting/-/merge_requests/1