E-mail notifications do not show "title" and "subject".
Added by Aleksandr Nosov over 12 years ago
Hello,
When I adding or editing issues on e-mail notifications are sent. When viewing the e-mail in the fields of "title" and "subject" get the following lines:
"=?utf-8?Q?=5B=D0=A6=D0=B8=D1=84=D1=80=D0=B0_..."
I checked the settings:
mysql --> my.cfg
[client]
default-character-set = utf8
[mysqld]
default-character-set = utf8
default-collation = utf8_general_ci
character-set-server = utf8
collation-server = utf8_general_ci
redmine --> database.yml:
production:
encoding: utf8
Inside mysql:
Table --> issues:
CHARSET=utf8
Table --> issues --> subject:
Collation=utf8_general_ci
Any ideas?
Some versions info:
Redmine version: 1.3.2.stable
ruby: 1.8.7 (i686-linux)
Rails: 2.3.14
MySQL: 5.1.61-0ubuntu0.11.1
Apache: 2.2.20 (Ubuntu)
PHP: 5.3.6-13ubuntu3.6
Replies (1)
RE: E-mail notifications do not show "title" and "subject". - Added by Jan Niggemann (redmine.org team member) over 12 years ago
Looks like some utf-8 hex format. If you leave out the equal signs and convert, you get "[Цифра" (converted here: http://www.endmemo.com/convert/EMUnicode.php).
Perhaps your MUA (mail program) is at fault?