Defect #6621
closedMultibyte symbols are wrongly displayed in issues CSV export (ISO-8859)
0%
Description
Some issues in a Redmine 1.0.2 project contains multibyte symbols in their description or assigned person's display name (as "Iñaki"). When exporting these issues to CSV I get a ISO-8859 text file in which these symbols are wrongly displayed:
#;Estado;Proyecto;Tipo;Prioridad;Tema;Asignado a;Categor�a;Versi�n prevista;Autor;Fecha de inicio;Fecha fin;% Realizado;Tiempo estimado;Tarea padre;Creado;Actualizado;Descripci�n 2;Nueva;New-Project;Errores;Normal;Testing task;I�aki Baz Castillo;"";1.0;I�aki Baz Castillo;2010-10-10;2010-10-15;0;10,0;"";Domingo, 10 de Octubre de 2010 17:44:31 +0200;Domingo, 10 de Octubre de 2010 18:07:17 +0200;asasdasd
Related issues
Updated by Francisco José Martínez over 13 years ago
Iñaki Baz Castillo wrote:
Some issues in a Redmine 1.0.2 project contains multibyte symbols in their description or assigned person's display name (as "Iñaki"). When exporting these issues to CSV I get a ISO-8859 text file in which these symbols are wrongly displayed:
[...]
It's seems like you are using a wrong char set. Try modify your config/locales language file and search: general_csv_encoding: ISO-8859-1 and replece it for ISO-8859-15
You use redmine in english but use spanish chars isn't it?
Updated by Iñaki Baz Castillo over 13 years ago
- Status changed from New to Resolved
Thanks, it solves the issue.
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Duplicate with #8549.