Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#441 closed defect (fixed)

email from trac have a bad encoding

Reported by: blogv2@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.7.1
Component: ticket system Version: 0.7
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When emails are sent from tickets they are sent with the following header : Content-Type: text/plain; charset="us-ascii"

We have a project in french and tickets have many non-ascii characters like "é". Those characters are correctly sent in UTF-8 but with charset="us-ascii" many mail client use ISO-8859-1 per default.

To be correctly rendered by mail clients, e-mails should be sent with the following header instead : Content-Type: text/plain; charset="utf-8"

Attachments (1)

email.utf8.diff (526 bytes ) - added by EricDaspet 20 years ago.
diff for correction (worksforme, no more)

Download all attachments as: .zip

Change History (3)

by EricDaspet, 20 years ago

Attachment: email.utf8.diff added

diff for correction (worksforme, no more)

comment:1 by Jonas Borgström, 20 years ago

Milestone: 0.7.1
Status: newassigned

comment:2 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [591]. Thanks for the patch!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.