You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alert email contains both a plain text version and an HTML version of the alert. Since these messages are localized, they may contain non-ASCII characters. The HTML part is correctly marked as being UTF-8-encoded, but the plain text part is not. It defaults to us-ascii.
I took a look in the code, and it seems that this simple fix would solve the problem:
Reported by goeran at https://fedorahosted.org/setroubleshoot/ticket/9
An alert email contains both a plain text version and an HTML version of the alert. Since these messages are localized, they may contain non-ASCII characters. The HTML part is correctly marked as being UTF-8-encoded, but the plain text part is not. It defaults to us-ascii.
I took a look in the code, and it seems that this simple fix would solve the problem: