data of enumerations table
Added by kasto manche over 14 years ago
Hello all,
I installed redmine using mysql as database. The character set was set to latin1. I manually changed the character sets of all the tables to utf8. Now the problem is that the name column of enumerations table doesnot show of properly in user interface. Can someone please tell me the values in the name column of the enumerations table. There are 9 rows in this table.
Thank you.
Replies (3)
RE: data of enumerations table
-
Added by Etienne Massip over 14 years ago
Did you try to had the encoding: utf8 parameter to your db connection configuration in config/database.yml ?
default_doc_category_userdefault_doc_category_techdefault_priority_lowdefault_priority_normaldefault_priority_highdefault_priority_urgentdefault_priority_immediatedefault_activity_designdefault_activity_development
RE: data of enumerations table
-
Added by Felix Schäfer over 14 years ago
You can edit the names of the enumerations from redmine, see RedmineEnumerations, just fix the names there.
RE: data of enumerations table
-
Added by kasto manche over 14 years ago
@ Etienne, Yes i had set up utf8 as encoding in config/database.yml.
Thank you Felix for the image. I updated manually the tables from the figure.
Thank you