Report this

What is the reason for this report?

Redmine - cyrilic (russion) symbols looks like '??????'

Posted on November 5, 2013

Redmine - cyrilic (russion) symbols looks like ‘???’



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I’ve updated the image so that it’s set to utf8 by default.

Run the following commands to fix that: <br><pre># Do a backup: <br> <br>mysqldump redmine > redmine_backup.sql <br> <br># Convert to utf8 <br> <br>mysql --database=redmine -B -N -e “SHOW TABLES” | awk ‘{print “ALTER TABLE”, $1, “CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;”}’ | mysql --database=redmine</pre>

Thank you !!! You realy help me.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.