Hello,
If a task name contains an unicode character the notification email subject is sent with HTML entities, for example
ö (German umlaut) becomes ö
' (apostrophe) is sent as '
The database is set to utf8_unicode and the characters are stored correctly.
A possible cause seems to be the htmlizer class which is also run on the email subject.
I opened a github issue for tracking this bug.
Please fix in the next version, thanks!
If a task name contains an unicode character the notification email subject is sent with HTML entities, for example
ö (German umlaut) becomes ö
' (apostrophe) is sent as '
The database is set to utf8_unicode and the characters are stored correctly.
A possible cause seems to be the htmlizer class which is also run on the email subject.
I opened a github issue for tracking this bug.
Please fix in the next version, thanks!
Comment