Closed
Bug 1081045
Opened 10 years ago
Closed 10 years ago
bugzilla mails support support no non-ASCII
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 714724
People
(Reporter: bjoern, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 2014092300
Steps to reproduce:
get mails with non-ASCII caracters like "o with dots above" (ö).
Actual results:
the characters are not displayed correctely cause no charset was deined in the mail, so the client (mutt in my case) could only "guess" what that non-ASCII character might be. Guessing charsets is obviously not a good idea though ;-)
Expected results:
the right charset should be given in the mail header and in the mail attachment headers. (e.g. content-type: text/html; charset=utf8).
As bugzilla only has a utf8 or non-utf8 mode, e.g. no other charset can be defined explicitly, we can always set utf8 as charset in mails, as ASCII is a complete subset of UTF-8
Patch to follow...
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•