Project

General

Profile

Actions

Defect #6621

closed

Multibyte symbols are wrongly displayed in issues CSV export (ISO-8859)

Added by Iñaki Baz Castillo over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2010-10-11
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

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

Related to Redmine - Defect #7096: CSV Issues Export + Ruby 1.9 + Thin + non-ascii characters causes "invalid byte sequence in US-ASCII"Closed2010-12-11

Actions
Is duplicate of Redmine - Defect #8549: Export CSV has character encoding errorClosedToshi MARUYAMA2011-06-07

Actions
Actions #1

Updated by Francisco José Martínez almost 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?

Actions #2

Updated by Iñaki Baz Castillo almost 13 years ago

  • Status changed from New to Resolved

Thanks, it solves the issue.

Actions #3

Updated by Toshi MARUYAMA almost 13 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Duplicate

Duplicate with #8549.

Actions

Also available in: Atom PDF